Skip to content

Commit b0dc753

Browse files
committed
fix z-index issue
1 parent 279d9a5 commit b0dc753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LeftNavBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const LeftNavBar: React.FC<IProps> = ({
5151
position="sticky"
5252
top="6.25rem"
5353
height={calc("100vh").subtract("80px").toString()}
54-
zIndex="dropdown"
54+
zIndex={99}
5555
{...props}
5656
>
5757
{dropdownLinks && <StyledButtonDropdown list={dropdownLinks} />}

0 commit comments

Comments
 (0)