From a6382dc4ecc14829de2d14c6c2d0547456723bcf Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 5 Jun 2015 15:53:27 +0200 Subject: [PATCH] Don't show scrollbar if there's nothing to scroll Fix #200 Only tested with Firebug, didn't bother to install SASS. --- sass/_theme_layout.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sass/_theme_layout.sass b/sass/_theme_layout.sass index c254e3dfd..12420f56e 100644 --- a/sass/_theme_layout.sass +++ b/sass/_theme_layout.sass @@ -252,8 +252,7 @@ left: 0 padding-bottom: 2em width: $nav-desktop-width - overflow-x: hidden - overflow-y: scroll + overflow: auto min-height: 100% background: $menu-background-color z-index: $z-index-popover