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

pull/4558/head
REJack 2022-06-29 20:48:00 +02:00
parent 12ad550a4a
commit fe9461033d
1 changed files with 1 additions and 1 deletions

View File

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