Fixed expandable list and navigation menu (#8336)

For release 0.32

- Fixed expandable list dropdown UI bugs
- Added ScrollWrapper on navigation menus
This commit is contained in:
Lucas Bordeau
2024-11-05 12:34:00 +01:00
committed by GitHub
parent 9b0c74251f
commit 0893774cc1
5 changed files with 51 additions and 30 deletions

View File

@ -23,7 +23,7 @@ const StyledDropdownMenu = styled.div<{
display: flex;
height: 100%;
height: auto;
flex-direction: column;
z-index: 30;