瀏覽代碼

Fix non closing sidebar issue

Denis K 8 年之前
父節點
當前提交
e68a7f16d9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      jet/static/jet/css/_sidebar.scss

+ 1 - 0
jet/static/jet/css/_sidebar.scss

@@ -66,6 +66,7 @@
 
 
       &.sidebar-opened {
       &.sidebar-opened {
         background-color: $sidebar-contrast-background-color;
         background-color: $sidebar-contrast-background-color;
+        transform: none !important;
       }
       }
     }
     }