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 5e3a4d2c88
commit 1ca0eb04bb

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 {