From af0ae25e6a9356223c41e29ad61ccec314fba8e1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 28 Jul 2015 19:17:02 +0100 Subject: [PATCH] Revert e04cab86 and add explicit small screen rules for overlay sidebar --- app/assets/stylesheets/small.scss | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- 2.39.5