Skip to content

Commit

Permalink
chore: use Global.styles in sidenav
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Jan 22, 2023
1 parent 8837825 commit 8bc670a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sidenav/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Overlay = ({ onClick }: OverlayProps) => (
}}
/>
<Global
sx={{
styles={{
body: {
overflow: ['hidden', 'auto'],
},
Expand Down

0 comments on commit 8bc670a

Please sign in to comment.