changed min-height to calc in .content-wrapper

This commit is contained in:
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

View file

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