Browse Source

testing -webkit-overflow-scrolling

Bachir Soussi Chiadmi 3 years ago
parent
commit
196c02d0fc
1 changed files with 1 additions and 0 deletions
  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) {