From 600813fb9944b8f19ab0c5f28f8fe1bc82dd06fc Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Wed, 14 May 2025 15:19:41 +0200 Subject: [PATCH] fix: force z-index componet select provider (#7744) Co-authored-by: StylusFrost --- ui/components/filters/custom-select-provider.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/components/filters/custom-select-provider.tsx b/ui/components/filters/custom-select-provider.tsx index 818c881f88..89bd537745 100644 --- a/ui/components/filters/custom-select-provider.tsx +++ b/ui/components/filters/custom-select-provider.tsx @@ -74,6 +74,7 @@ export const CustomSelectProvider: React.FC = () => { placeholder="Select a provider" classNames={{ selectorIcon: "right-2", + label: "!z-0", }} label="Provider" labelPlacement="inside"