Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove sticky as it was causing the refresh list to float on safari
  • Loading branch information
Olayinka Adelakun
Olayinka Adelakun committed Nov 27, 2025
commit 2f03aaecd078b4541a4a51c7239f692eecd4ad54
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading