From 484dd76d38598beea8414e8ae23b94f4cbbb4ed9 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 17 Feb 2024 23:55:18 +0100 Subject: [PATCH] =?UTF-8?q?[docs=E2=80=93infra]=20Reduce=20scrollbar=20wid?= =?UTF-8?q?th=20on=20ROC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/modules/components/AppTableOfContents.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/modules/components/AppTableOfContents.js b/docs/src/modules/components/AppTableOfContents.js index 1799a536444806..beb4d7a1e8fedc 100644 --- a/docs/src/modules/components/AppTableOfContents.js +++ b/docs/src/modules/components/AppTableOfContents.js @@ -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', },