]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.scss
Add thunderforest API key to example configuration
[rails.git] / app / assets / stylesheets / small.scss
index 5377ca2640f9925ec03b43e284509dce492f25a6..0152e8b30c8705ffa29aa73ddfe96338996f684e 100644 (file)
@@ -108,7 +108,10 @@ body.small {
 
     .overlay-sidebar {
       #sidebar {
+        position: absolute;
         width: 300px;
+        height: auto;
+        overflow: hidden;
       }
 
       #map {
@@ -123,7 +126,8 @@ body.small {
     }
   }
 
-  #sidebar .welcome {
+  #sidebar .welcome,
+  #sidebar #banner {
     display: none !important;
   }