浏览代码

other panels now hidden, fixes 10088 (#10102)

Patrick O'Carroll 8 年之前
父节点
当前提交
8adaf99bff
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
   }