Add touch-action: manipulation for mobile devices

This commit is contained in:
Alex Shpak
2020-02-12 23:31:58 +01:00
parent 2088c9a0cb
commit f633bbe679
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@ html {
font-size: $font-size-base;
letter-spacing: 0.33px;
scroll-behavior: smooth;
touch-action: manipulation;
}
html,