From 7bde24adaaa964abba9f81d745b665680e874f9a Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Sat, 3 Jun 2023 21:19:13 +0200 Subject: [PATCH] Fix select and tooltip z-index --- src/components/AppLayout.tsx | 8 ++++---- src/components/Inputs/Select.tsx | 2 +- src/styles/tippy.css | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index f368f18..1e2a069 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -230,12 +230,12 @@ export const AppLayout = ({
diff --git a/src/components/Inputs/Select.tsx b/src/components/Inputs/Select.tsx index fd61c54..b635b0b 100644 --- a/src/components/Inputs/Select.tsx +++ b/src/components/Inputs/Select.tsx @@ -52,7 +52,7 @@ export const Select = ({ ref={ref} className={cJoin( "relative text-center transition-filter", - cIf(isOpened, "z-10 drop-shadow-lg shadow-shade"), + cIf(isOpened, "z-20 drop-shadow-lg shadow-shade"), className )}>