mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 15:17:26 +08:00
Fix: Allow refresh list button to stay stagnant while zoom (Safari) (#10777)
* remove sticky as it was causing the refresh list to float on safari * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes --------- Co-authored-by: Olayinka Adelakun <olayinkaadelakun@mac.war.can.ibm.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@ -689,7 +689,7 @@ export default function Dropdown({
|
||||
{options?.length > 0 && renderSearchInput()}
|
||||
{renderOptionsList()}
|
||||
{!sourceOptions?.fields && hasRefreshButton && (
|
||||
<div className="sticky bottom-0 border-t bg-background">
|
||||
<div className="border-t bg-background">
|
||||
<CommandItem className="flex cursor-pointer items-center justify-start gap-2 truncate rounded-b-md py-3 text-xs font-semibold text-muted-foreground">
|
||||
<Button
|
||||
className="w-full"
|
||||
|
||||
Reference in New Issue
Block a user