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:
parent
84746b1027
commit
7a1d8ea0df
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user