From bbe65e963048dfa21ef2e6357fc6c998b0d32b2f Mon Sep 17 00:00:00 2001 From: cmhhelgeson <62450112+cmhhelgeson@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:21:36 -0800 Subject: [PATCH] scrollbar thin is good enough for now --- src/components/SampleLayout.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SampleLayout.module.css b/src/components/SampleLayout.module.css index 4b6225f2..f63833e7 100644 --- a/src/components/SampleLayout.module.css +++ b/src/components/SampleLayout.module.css @@ -30,6 +30,7 @@ nav.sourceFileNav li { nav.sourceFileNav div.sourceFileScrollContainer { white-space: nowrap; overflow-x: auto; + scrollbar-width: thin; } nav.sourceFileNav div.sourceFileScrollContainer::-webkit-scrollbar {