Skip to content

Commit

Permalink
enable some touch action
Browse files Browse the repository at this point in the history
  • Loading branch information
vuonghy2442 committed Apr 10, 2024
1 parent 628b30d commit 09b2c7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
touch-action: none;
}

body {
font-family: Arial, Helvetica, sans-serif;
}

.card,
#deal {
touch-action: none;
}

body,
html {
margin: 0;
Expand Down

0 comments on commit 09b2c7e

Please sign in to comment.