Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 7fbeac7

Browse files
authored
fix : increase nav bar z index (#1625)
Increase nav bar z index to avoid it getting covered by popover
1 parent 72ea142 commit 7fbeac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function Header(props: HTMLChakraProps<'header'>) {
151151
transition='box-shadow 0.2s, background-color 0.2s'
152152
pos='sticky'
153153
top='0'
154-
zIndex='3'
154+
zIndex='11'
155155
bg='white'
156156
_dark={{ bg: 'gray.800' }}
157157
left='0'

0 commit comments

Comments
 (0)