* fixed content-wrapper height * updated content wrapper height
This commit is contained in:
committed by
Abdullah Almsaeed
parent
d9e6830184
commit
113a3b4c8e
@@ -97,7 +97,7 @@
|
||||
} else {
|
||||
var postSetHeight;
|
||||
|
||||
if (windowHeight >= sidebarHeight) {
|
||||
if (windowHeight >= sidebarHeight + headerHeight) {
|
||||
$(Selector.contentWrapper).css('min-height', windowHeight - neg);
|
||||
postSetHeight = windowHeight - neg;
|
||||
} else {
|
||||
|
||||
2
dist/js/adminlte.js
vendored
2
dist/js/adminlte.js
vendored
@@ -614,7 +614,7 @@ throw new Error('AdminLTE requires jQuery')
|
||||
} else {
|
||||
var postSetHeight;
|
||||
|
||||
if (windowHeight >= sidebarHeight) {
|
||||
if (windowHeight >= sidebarHeight + headerHeight) {
|
||||
$(Selector.contentWrapper).css('min-height', windowHeight - neg);
|
||||
postSetHeight = windowHeight - neg;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user