From 1107787f08ee0dd264ea3c7538081b9cf7205e8f Mon Sep 17 00:00:00 2001 From: Aaron Lidman Date: Fri, 8 Nov 2013 16:04:15 -0800 Subject: [PATCH] Hide scrollbar Prevents the scrollbar from popping up during the transition from sidebar -> search bar and back. --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index fd72d348e..d00aa9682 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -622,6 +622,7 @@ nav.secondary { .map-layout { #content { + overflow: hidden; position: absolute; top: $headerHeight; bottom: 0; -- 2.43.2