changed min-height to calc in .content-wrapper

pull/2125/head
REJack 2019-05-21 12:34:52 +02:00
parent 19113c3cbc
commit 054c89ea53
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ body {
}
.content-wrapper {
min-height: 100%;
min-height: calc(100% - 102px);
background-color: @content-bg;
z-index: 800;
}