.unselectable { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
user-select
doesn't work on webkit, it requires -webkit-user-select
, which isn't supported. If I want to use that too, the best way would be with a javascript selector