mirror of https://github.com/ColorlibHQ/AdminLTE
changed min-height to calc in .content-wrapper
parent
19113c3cbc
commit
054c89ea53
|
@ -70,7 +70,7 @@ body {
|
|||
}
|
||||
|
||||
.content-wrapper {
|
||||
min-height: 100%;
|
||||
min-height: calc(100% - 102px);
|
||||
background-color: @content-bg;
|
||||
z-index: 800;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue