Revert e04cab86
and add explicit small screen rules for overlay sidebar
This commit is contained in:
parent
098d1fc235
commit
af0ae25e6a
1 changed files with 4 additions and 0 deletions
|
@ -103,11 +103,15 @@ body.small {
|
|||
position: relative;
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
height: 50%;
|
||||
}
|
||||
|
||||
.overlay-sidebar {
|
||||
#sidebar {
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#map {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue