diff --git a/services/web/frontend/stylesheets/core/scaffolding.less b/services/web/frontend/stylesheets/core/scaffolding.less index d3409045d4..08be992ec6 100755 --- a/services/web/frontend/stylesheets/core/scaffolding.less +++ b/services/web/frontend/stylesheets/core/scaffolding.less @@ -32,7 +32,7 @@ body { min-height: 100%; position: relative; & > .content { - min-height: calc(~'100vh -' @footer-height); + min-height: 100vh; padding-top: @header-height + @content-margin-vertical; }