]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.scss
Remove z-index override from leaflet controls on small screens
[rails.git] / app / assets / stylesheets / small.scss
index 5377ca2640f9925ec03b43e284509dce492f25a6..984364736b35290d8cb38a272f1016711d6bdf22 100644 (file)
@@ -108,7 +108,10 @@ body.small {
 
     .overlay-sidebar {
       #sidebar {
+        position: absolute;
         width: 300px;
+        height: auto;
+        overflow: hidden;
       }
 
       #map {
@@ -123,13 +126,13 @@ body.small {
     }
   }
 
-  #sidebar .welcome {
+  #sidebar .welcome,
+  #sidebar #banner {
     display: none !important;
   }
 
   .leaflet-top.leaflet-right {
     top: 10px !important;
-    z-index: 0;
   }
 
   .content_map {