Merge pull request #814 from k12ish/master

Improve compatibility with graphics pad/touchscreen
This commit is contained in:
Damien Elmes 2020-11-09 19:42:41 +10:00 committed by GitHub
commit 20f0c887eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -67,6 +67,7 @@ Tsung-Han Yu <johan456789@gmail.com>
Piotr Kubowicz <piotr.kubowicz@gmail.com> Piotr Kubowicz <piotr.kubowicz@gmail.com>
RumovZ <gp5glkw78@relay.firefox.com> RumovZ <gp5glkw78@relay.firefox.com>
Cecini <github.com/cecini> Cecini <github.com/cecini>
Krish Shah <github.com/k12ish>
******************** ********************

View file

@ -65,6 +65,8 @@ button {
#outer { #outer {
border-top: 1px solid var(--border); border-top: 1px solid var(--border);
/* Better compatibility with graphics pad/touchscreen */
-webkit-user-select: none;
} }
#innertable { #innertable {