Explorar o código

Strange fix of chromium scrollbar bug https://bugs.chromium.org/p/chromium/issues/detail?id=453601

Denis K %!s(int64=8) %!d(string=hai) anos
pai
achega
58cb78ec2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jet/static/jet/css/_sidebar.scss

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

@@ -128,7 +128,7 @@
     height: 100%;
     overflow-y: auto;
     -webkit-overflow-scrolling: touch;
-    position: relative;
+    transform: translate3d(0, 0, 0);
   }
 
   &-section {