mirror of https://github.com/ColorlibHQ/AdminLTE
readded hold-transition remove in Layout.js
parent
4453262bb0
commit
7d35fb3b3e
|
@ -106,6 +106,8 @@ const Layout = (($) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
$('body, html').css('height', 'auto')
|
$('body, html').css('height', 'auto')
|
||||||
|
|
||||||
|
$('body.hold-transition').removeClass('hold-transition')
|
||||||
}
|
}
|
||||||
|
|
||||||
_max(numbers) {
|
_max(numbers) {
|
||||||
|
|
Loading…
Reference in New Issue