testing -webkit-overflow-scrolling

This commit is contained in:
2020-07-29 11:14:21 +02:00
parent 7cff622e14
commit 196c02d0fc
+1
View File
@@ -64,6 +64,7 @@ body{
>nav{
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
}
@media only screen and (max-width: $small-bp) {