This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
wilson.silva
/
AdminLte
espejo de
https://github.com/almasaeed2010/AdminLTE
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
fix(4556): enable scroll-behavior smooth as default behavior
REJack
hace 2 años
padre
12ad550a4a
commit
fe9461033d
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
build/scss/_layout.scss
+ 1
- 1
build/scss/_layout.scss
Ver fichero
@@ -2,7 +2,7 @@
// Core: Layout
//
-html
.scroll-smooth
{
+html {
scroll-behavior: smooth;
}