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

14 wiersze
206 B
SCSS

html {
scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
input[type=search]::-webkit-search-cancel-button {
appearance: none;
}