funkwhale/front/src/style/globals/_app.scss

10 lines
132 B
SCSS

html {
scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}