mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Use less specific html selector to not override user CSS (#2218)
This commit is contained in:
parent
3b8a7ab132
commit
4dc91c6ebf
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
|
||||
/*! rest */
|
||||
:root {
|
||||
html {
|
||||
font-size: prop(font-size);
|
||||
body {
|
||||
overscroll-behavior: none;
|
||||
|
|
Loading…
Reference in a new issue