1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

reactivate smooth scroll-behavior

This commit is contained in:
Matthias Kretschmann 2020-10-31 20:42:17 +01:00
parent 84746b1027
commit 7a1d8ea0df
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -14,14 +14,14 @@ body {
html { html {
font-size: var(--font-size-root); font-size: var(--font-size-root);
/* scroll-behavior: smooth; */ scroll-behavior: smooth;
} }
/* @media screen and (prefers-reduced-motion: reduce) { @media screen and (prefers-reduced-motion: reduce) {
html { html {
scroll-behavior: auto; scroll-behavior: auto;
} }
} */ }
body { body {
color: var(--font-color-text); color: var(--font-color-text);