From 26abd032dbf77c07c2a13634591aea8da949c20d Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 28 Apr 2022 19:13:52 -0500 Subject: [PATCH] Fix scrollbar on Firefox on windows (#5446) --- website/assets/styles/pages/docs/basic-documentation.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/assets/styles/pages/docs/basic-documentation.less b/website/assets/styles/pages/docs/basic-documentation.less index 53e993654d..2b6a95d269 100644 --- a/website/assets/styles/pages/docs/basic-documentation.less +++ b/website/assets/styles/pages/docs/basic-documentation.less @@ -547,7 +547,7 @@ height: fit-content; [purpose='subtopics'] { max-height: calc(~'80vh - 90px'); //To prevent the sidenav being anchored to the bottom of the page if it has overflow. - overflow-y: scroll; + overflow-y: auto; color: @core-fleet-black; padding-top: 4px; padding-bottom: 4px;