Skip to content

Commit

Permalink
[docs-infra] Reduce scrollbar width on ROC (#41148)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Feb 19, 2024
1 parent 4f63794 commit 89636ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/modules/components/AppTableOfContents.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const Nav = styled('nav')(({ theme }) => ({
paddingBottom: theme.spacing(7),
paddingRight: theme.spacing(4), // We can't use `padding` as stylis-plugin-rtl doesn't swap it
display: 'none',
scrollbarWidth: 'thin',
[theme.breakpoints.up('md')]: {
display: 'block',
},
Expand Down

0 comments on commit 89636ae

Please sign in to comment.