Browse Source

undisplay container-overview till width of 970px

Felix Schultze 9 years ago
parent
commit
2f11edc202
1 changed files with 6 additions and 0 deletions
  1. 6 0
      static/css/application.css

+ 6 - 0
static/css/application.css

@@ -407,6 +407,12 @@ div#opacity-buttons {
     }
 }
 
+@media (max-width: 970px) {
+    div#container-overview {
+        display: none;
+    }
+}
+
 @media (min-width: 1850px) {
     div#axis-container {
         width: 40%;