changed min-height to calc in .content-wrapper
This commit is contained in:
@@ -70,7 +70,7 @@ body {
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
min-height: 100%;
|
||||
min-height: calc(100% - 102px);
|
||||
background-color: @content-bg;
|
||||
z-index: 800;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user