Browse Source

Fix non closing sidebar issue

Denis K 8 years ago
parent
commit
e68a7f16d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jet/static/jet/css/_sidebar.scss

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

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