Hide scrollbar
Prevents the scrollbar from popping up during the transition from sidebar -> search bar and back.
This commit is contained in:
parent
d6507a5882
commit
1107787f08
1 changed files with 1 additions and 0 deletions
|
@ -622,6 +622,7 @@ nav.secondary {
|
|||
|
||||
.map-layout {
|
||||
#content {
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: $headerHeight;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue