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:
olayinkaadelakun
2025-12-01 14:35:30 -05:00
committed by GitHub
parent 056faea939
commit 461a032b06

View File

@ -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"