fix(4556): enable scroll-behavior smooth as default behavior

This commit is contained in:
REJack
2022-06-29 20:48:00 +02:00
parent 12ad550a4a
commit fe9461033d

View File

@@ -2,7 +2,7 @@
// Core: Layout
//
html.scroll-smooth {
html {
scroll-behavior: smooth;
}