mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Improve compatibility with graphics pad/touchscreen
When using anki with a graphics pad, text is often selected on accident. This snippet of CSS will fix that issue
This commit is contained in:
parent
ecab88d8c5
commit
b592e20a3c
1 changed files with 2 additions and 0 deletions
|
@ -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