mirror of https://github.com/ColorlibHQ/AdminLTE
Revert boxed layout fix to attempt another
parent
35dacb3f97
commit
1a29b58111
|
@ -502,7 +502,7 @@ function _init() {
|
||||||
if ($("body").hasClass('layout-boxed')) {
|
if ($("body").hasClass('layout-boxed')) {
|
||||||
sidebar.css('position', 'absolute');
|
sidebar.css('position', 'absolute');
|
||||||
sidebar.height($(".wrapper").height());
|
sidebar.height($(".wrapper").height());
|
||||||
$(window).unbind('resize').resize(function () {
|
$(window).resize(function () {
|
||||||
_this._fix(sidebar);
|
_this._fix(sidebar);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue