Explorar el Código

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

REJack hace 2 años
padre
commit
fe9461033d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }