Skip to content

Commit

Permalink
Fix user-select on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Sep 28, 2024
1 parent b20d248 commit a305075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
width: 100vw;
height: 100vh;
user-select: none;
-webkit-user-select: none;
overflow: auto;
}
#debug {
Expand Down
1 change: 1 addition & 0 deletions play/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
width: 100vw;
height: 100vh;
user-select: none;
-webkit-user-select: none;
overflow: auto;
}

Expand Down

0 comments on commit a305075

Please sign in to comment.