Skip to content

Commit e00a7c1

Browse files
committed
Add zIndex to LeftNavBar for dropdown
functionality
1 parent 1435460 commit e00a7c1

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)