Fix side menu scrolling (#264)

Signed-off-by: Celeste Horgan <celeste@cncf.io>
This commit is contained in:
Celeste Horgan 2020-06-18 08:53:30 -07:00 committed by GitHub
parent 6df104e026
commit 332af2505a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -214,6 +214,8 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw
.is-sticky .is-sticky
+sticky +sticky
top: $navbar-height + 3rem top: $navbar-height + 3rem
height: 100vh
overflow-y: scroll
.is-constrained .is-constrained
max-width: 90ch max-width: 90ch
@ -254,6 +256,9 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw
& + & & + &
margin-top: 1.5rem margin-top: 1.5rem
.level-right
margin-right: 0.75rem
.blog-list .blog-list
ul ul
margin-bottom: 2rem margin-bottom: 2rem