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;