Browse Source

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

Torkel Ödegaard 11 năm trước cách đây
mục cha
commit
eaa899e9cf
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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;
   }
 }