Skip to content

Commit

Permalink
Merge pull request #64 from saleor/SALEOR-4622/sidebar-item-scroll
Browse files Browse the repository at this point in the history
Fix sidebar overflow Y issue
  • Loading branch information
dominik-zeglen committed Oct 15, 2021
2 parents e6a7e85 + bbfc7e3 commit 24c8e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const useStyles = makeStyles(
float: {
height: "100vh",
position: "fixed",
paddingRight: "2em",
overflowY: "auto",
},
logo: {
margin: `36px 0 ${theme.spacing(3)} ${theme.spacing(3.5)}`,
Expand Down

1 comment on commit 24c8e38

@vercel
Copy link

@vercel vercel bot commented on 24c8e38 Oct 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.