Sfoglia il codice sorgente

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

REJack 2 anni fa
parent
commit
fe9461033d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 }