From 5c83bd8f3c1b7513326e26a289199d16733e3bc5 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..545c7e1ffbb119 100644 --- a/docs/src/modules/components/AppTableOfContents.js +++ b/docs/src/modules/components/AppTableOfContents.js @@ -26,6 +26,7 @@ const Nav = styled('nav')(({ theme }) => ({ [theme.breakpoints.up('md')]: { display: 'block', }, + scrollbarWidth: 'thin', })); const NavLabel = styled(Typography)(({ theme }) => ({