Skip to content

Commit

Permalink
Docs: fix sidenav scrolling on mobile (player-ui#100)
Browse files Browse the repository at this point in the history
Fix sidenav scrolling on mobile
  • Loading branch information
adierkens authored and Jaime Liz committed Nov 15, 2022
1 parent 938296b commit 475a0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export const TopNavigation = () => {
onClose={mobileNavDisclosure.onClose}
>
<DrawerContent>
<Box px="10">
<Box px="10" maxH="100vh" overflowY="auto">
<SideNavigation />
</Box>
</DrawerContent>
Expand Down

0 comments on commit 475a0a9

Please sign in to comment.