Browse Source

other panels now hidden, fixes 10088 (#10102)

Patrick O'Carroll 8 năm trước cách đây
mục cha
commit
8adaf99bff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/sass/components/_dashboard_grid.scss

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

@@ -8,7 +8,7 @@
   }
 
   .react-grid-item {
-    display: none;
+    display: none !important;
     transition-property: none !important;
   }