From: Aaron Lidman Date: Sat, 9 Nov 2013 00:04:15 +0000 (-0800) Subject: Hide scrollbar X-Git-Tag: live~4674^2~132 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1107787f08ee0dd264ea3c7538081b9cf7205e8f Hide scrollbar Prevents the scrollbar from popping up during the transition from sidebar -> search bar and back. --- 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;