Преглед изворни кода

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

REJack пре 2 година
родитељ
комит
fe9461033d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      build/scss/_layout.scss

+ 1 - 1
build/scss/_layout.scss

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