Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[docs–infra] Reduce scrollbar width on ROC
  • Loading branch information
oliviertassinari committed Feb 17, 2024
commit 484dd76d38598beea8414e8ae23b94f4cbbb4ed9
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