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:
k12ish 2020-11-08 18:14:37 +00:00
parent ecab88d8c5
commit b592e20a3c

View file

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