Use less specific html selector to not override user CSS (#2218)

This commit is contained in:
Matthias Metelka 2022-11-28 11:52:19 +01:00 committed by GitHub
parent 3b8a7ab132
commit 4dc91c6ebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@
}
/*! rest */
:root {
html {
font-size: prop(font-size);
body {
overscroll-behavior: none;