From 461a032b06f270e7b0fee32a5aa06fd25506368c Mon Sep 17 00:00:00 2001 From: olayinkaadelakun Date: Mon, 1 Dec 2025 14:35:30 -0500 Subject: [PATCH] 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 Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- src/frontend/src/components/core/dropdownComponent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/core/dropdownComponent/index.tsx b/src/frontend/src/components/core/dropdownComponent/index.tsx index 1f8fe93bc0..ee6927d13d 100644 --- a/src/frontend/src/components/core/dropdownComponent/index.tsx +++ b/src/frontend/src/components/core/dropdownComponent/index.tsx @@ -689,7 +689,7 @@ export default function Dropdown({ {options?.length > 0 && renderSearchInput()} {renderOptionsList()} {!sourceOptions?.fields && hasRefreshButton && ( -
+