Skip to content

Commit

Permalink
demo: prevent selection on hold in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe committed Mar 5, 2020
1 parent 5f06945 commit e727fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
margin: 15px;
padding: 10px;
border-radius: 5px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
Expand Down

0 comments on commit e727fbe

Please sign in to comment.