mirror of https://github.com/ColorlibHQ/AdminLTE
fix(4556): enable scroll-behavior smooth as default behavior
parent
12ad550a4a
commit
fe9461033d
|
@ -2,7 +2,7 @@
|
||||||
// Core: Layout
|
// Core: Layout
|
||||||
//
|
//
|
||||||
|
|
||||||
html.scroll-smooth {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue