fix(drawer): make DrawerContent scrollableso that on small height it behaves properly.
@@ -198,6 +198,7 @@ const StyledDrawerContent = styled.main`
flex: 1;
padding: 12px;
+ overflow-y: auto;
`;
const StyledDrawerListHeader = styled.section`