Skip to content

Commit 658ee32

Browse files
added touch-action to body
1 parent 33d7bfc commit 658ee32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ html, body {
1515
width: 100%;
1616
height: 100%;
1717
overflow: hidden;
18+
-webkit-touch-action: none;
19+
-khtml-touch-action: none;
20+
-moz-touch-action: none;
21+
-ms-touch-action: none;
22+
touch-action: none;
1823
}
1924
body {
2025
font-family: "Roboto", Ariel, sans-serif;

0 commit comments

Comments
 (0)