Skip to content

Commit cb715ef

Browse files
authored
Merge pull request #11676 from fuzheng1998/dev
fix: hidden menu list item
2 parents 7beee40 + f8a83c7 commit cb715ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/LeftNavBar/index.tsx

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

0 commit comments

Comments
 (0)