Browse Source

Merge branch 'panel-edit-in-react' into develop

Torkel Ödegaard 7 năm trước cách đây
mục cha
commit
bd89b4e6a5
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      public/sass/components/_dashboard_grid.scss

+ 7 - 1
public/sass/components/_dashboard_grid.scss

@@ -3,7 +3,13 @@
 
 .panel-in-fullscreen {
   .react-grid-layout {
-    height: calc(100% - 20px) !important;
+    height: 100% !important;
+  }
+
+  .dashboard-container--has-submenu {
+    .react-grid-layout {
+      height: calc(100% - 50px) !important;
+    }
   }
 
   .react-grid-item {