From 2340dcda3d22fc1ab554346461ab283d1d65e660 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 6 Aug 2015 14:03:14 +0930 Subject: [PATCH] Give the body some padding-bottom --- framework/core/less/lib/App.less | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/less/lib/App.less b/framework/core/less/lib/App.less index b38e17efe..3a69a1ca9 100755 --- a/framework/core/less/lib/App.less +++ b/framework/core/less/lib/App.less @@ -1,6 +1,7 @@ .App { position: relative !important; padding-top: @header-height; + padding-bottom: 50px; overflow-x: hidden; @media @phone {