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

View File

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