From 332af2505a538aae87b42be13749d7a4024a225d Mon Sep 17 00:00:00 2001 From: Celeste Horgan Date: Thu, 18 Jun 2020 08:53:30 -0700 Subject: [PATCH] Fix side menu scrolling (#264) Signed-off-by: Celeste Horgan --- assets/sass/style.sass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/sass/style.sass b/assets/sass/style.sass index 54c25f4..3380394 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -214,6 +214,8 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw .is-sticky +sticky top: $navbar-height + 3rem + height: 100vh + overflow-y: scroll .is-constrained max-width: 90ch @@ -254,6 +256,9 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw & + & margin-top: 1.5rem +.level-right + margin-right: 0.75rem + .blog-list ul margin-bottom: 2rem