Explorar el Código

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

Denis K hace 9 años
padre
commit
58cb78ec2b
Se han modificado 1 ficheros con 1 adiciones y 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 {