Skip to content

Commit

Permalink
[docs–infra] Reduce scrollbar width on ROC
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 17, 2024
1 parent c434322 commit 5c83bd8
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 @@ -26,6 +26,7 @@ const Nav = styled('nav')(({ theme }) => ({
[theme.breakpoints.up('md')]: {
display: 'block',
},
scrollbarWidth: 'thin',
}));

const NavLabel = styled(Typography)(({ theme }) => ({
Expand Down

0 comments on commit 5c83bd8

Please sign in to comment.