ソースを参照

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

Torkel Ödegaard 11 年 前
コミット
eaa899e9cf
1 ファイル変更3 行追加2 行削除
  1. 3 2
      src/css/less/grafana.less

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

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