diff --git a/website/src/css/imports/docs.css b/website/src/css/imports/docs.css index 4d3e7791..fa1b88b5 100644 --- a/website/src/css/imports/docs.css +++ b/website/src/css/imports/docs.css @@ -20,6 +20,10 @@ @media screen and (min-width: $desktop) { position: fixed; + top: 158px; + bottom: 0; + overflow-y: auto; + padding-right: 1em; } &.mobile {