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:
@ -23,7 +23,7 @@ const StyledDropdownMenu = styled.div<{
|
||||
|
||||
display: flex;
|
||||
|
||||
height: 100%;
|
||||
height: auto;
|
||||
|
||||
flex-direction: column;
|
||||
z-index: 30;
|
||||
|
||||
Reference in New Issue
Block a user