From 3feda6367a9e51803f031e5fabb4d89ce201090c Mon Sep 17 00:00:00 2001 From: Johan Preynat Date: Sat, 4 Jun 2016 15:15:58 +0200 Subject: [PATCH] Reset static position for .body-inner on small screens --- src/less/website/body.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/less/website/body.less b/src/less/website/body.less index 440e6a3..b33c04d 100755 --- a/src/less/website/body.less +++ b/src/less/website/body.less @@ -51,7 +51,7 @@ padding-bottom: 20px; .body-inner { - position: absolute; + position: static; min-height: calc(~"100% - 50px") } } -- GitLab