Browse Source

Small fix to fullscreen mode where scrolling would scroll the background dashboard & page header

Torkel Ödegaard 11 years ago
parent
commit
eaa899e9cf
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/css/less/grafana.less

+ 3 - 2
src/css/less/grafana.less

@@ -117,8 +117,9 @@
 }
 }
 
 
 .dashboard-fullscreen {
 .dashboard-fullscreen {
-  .row-control-inner {
-    display: none;
+  .main-view-container {
+    height: 0;
+    overflow: hidden;
   }
   }
 }
 }