mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Merge pull request #814 from k12ish/master
Improve compatibility with graphics pad/touchscreen
This commit is contained in:
commit
20f0c887eb
2 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,7 @@ Tsung-Han Yu <johan456789@gmail.com>
|
|||
Piotr Kubowicz <piotr.kubowicz@gmail.com>
|
||||
RumovZ <gp5glkw78@relay.firefox.com>
|
||||
Cecini <github.com/cecini>
|
||||
Krish Shah <github.com/k12ish>
|
||||
|
||||
********************
|
||||
|
||||
|
|
|
@ -65,6 +65,8 @@ button {
|
|||
|
||||
#outer {
|
||||
border-top: 1px solid var(--border);
|
||||
/* Better compatibility with graphics pad/touchscreen */
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
#innertable {
|
||||
|
|
Loading…
Reference in a new issue