From 054c89ea53b4013b92df9646589fd58e5ec1089f Mon Sep 17 00:00:00 2001 From: REJack Date: Tue, 21 May 2019 12:34:52 +0200 Subject: [PATCH] changed min-height to calc in .content-wrapper --- build/less/core.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/less/core.less b/build/less/core.less index 1f6bdc996..52b1a8ac3 100644 --- a/build/less/core.less +++ b/build/less/core.less @@ -70,7 +70,7 @@ body { } .content-wrapper { - min-height: 100%; + min-height: calc(100% - 102px); background-color: @content-bg; z-index: 800; }