Revert e04cab86 and add explicit small screen rules for overlay sidebar

This commit is contained in:
Tom Hughes 2015-07-28 19:17:02 +01:00
parent 098d1fc235
commit af0ae25e6a

View file

@ -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 {