Apparently, it’s necessary to use separate CSS properties for each browser.
.unselectable { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
Note: I’m in the process of redesigning the site, certain things might be broken.
Apparently, it’s necessary to use separate CSS properties for each browser.
.unselectable { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }