mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 21:57:56 +00:00
3185 / Fix NavigationDrawer Overflow (#3187)
* fix side nav for short viewports * remove uneeded justify-content in leu of overflow-y addition * undo last commit to leave justify-content in for submenus * move overflow-y to StyledContainer * move overflow-y to items container * remove problematic overflow to allow scrollable nav sections
This commit is contained in:
@@ -54,6 +54,7 @@ const StyledItemsContainer = styled.div`
|
||||
flex-direction: column;
|
||||
gap: ${({ theme }) => theme.spacing(8)};
|
||||
margin-bottom: auto;
|
||||
overflow-y: auto;
|
||||
`;
|
||||
|
||||
export const NavigationDrawer = ({
|
||||
|
||||
Reference in New Issue
Block a user