Browse Source

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

Denis K 8 năm trước cách đây
mục cha
commit
58cb78ec2b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {