mirror of https://github.com/ColorlibHQ/AdminLTE
Fix issue #683
parent
05f0528552
commit
688631379b
|
@ -502,7 +502,7 @@ function _init() {
|
|||
if ($("body").hasClass('layout-boxed')) {
|
||||
sidebar.css('position', 'absolute');
|
||||
sidebar.height($(".wrapper").height());
|
||||
$(window).resize(function () {
|
||||
$(window).unbind('resize').resize(function () {
|
||||
_this._fix(sidebar);
|
||||
});
|
||||
} else {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue