fix(drawer): make DrawerContent scrollable
+ 1
- 0
so that on small height it behaves properly.

app/components/DrawerPrimary.tsx
@@ -198,6 +198,7 @@ const StyledDrawerContent = styled.main`
   flex: 1;
 
   padding: 12px;
+  overflow-y: auto;
 `;
 
 const StyledDrawerListHeader = styled.section`