From: Tom Hughes Date: Tue, 28 Jul 2015 18:17:02 +0000 (+0100) Subject: Revert e04cab86 and add explicit small screen rules for overlay sidebar X-Git-Tag: live~4040 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/af0ae25e6a9356223c41e29ad61ccec314fba8e1 Revert e04cab86 and add explicit small screen rules for overlay sidebar --- diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index 6b4258ab6..c05c73c9d 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -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 {