From ba9b787366d592a350fe681ec7e2fbecac471503 Mon Sep 17 00:00:00 2001 From: Jessica Parsons Date: Wed, 13 Dec 2017 08:36:07 -0800 Subject: [PATCH] Add scrolling to left sidebar navigation --- website/src/css/imports/docs.css | 4 ++++ 1 file changed, 4 insertions(+) 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 {