Browse Source

testing -webkit-overflow-scrolling

Bachir Soussi Chiadmi 3 năm trước cách đây
mục cha
commit
196c02d0fc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      assets/css/base/_layout.scss

+ 1 - 0
assets/css/base/_layout.scss

@@ -64,6 +64,7 @@ body{
       >nav{
         overflow-x: hidden;
         overflow-y: auto;
+        -webkit-overflow-scrolling: touch;
       }
     }
     @media only screen and (max-width: $small-bp) {