Hide scrollbar

Prevents the scrollbar from popping up during the transition from
sidebar -> search bar and back.
This commit is contained in:
Aaron Lidman 2013-11-08 16:04:15 -08:00
parent d6507a5882
commit 1107787f08

View file

@ -622,6 +622,7 @@ nav.secondary {
.map-layout {
#content {
overflow: hidden;
position: absolute;
top: $headerHeight;
bottom: 0;