From 61443dd81d42f0ce851e27afeef6cf068e664cc5 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 20 Jul 2015 18:13:01 +0930 Subject: [PATCH] Migrate old style --- framework/core/less/lib/App.less | 2 ++ framework/core/less/lib/scaffolding.less | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/framework/core/less/lib/App.less b/framework/core/less/lib/App.less index 48bce816b..8b4ebe4b9 100755 --- a/framework/core/less/lib/App.less +++ b/framework/core/less/lib/App.less @@ -1,6 +1,8 @@ .App { position: relative !important; padding-top: @header-height; + overflow-x: hidden; + min-height: 100vh; @media @phone { padding-top: @header-height-phone; diff --git a/framework/core/less/lib/scaffolding.less b/framework/core/less/lib/scaffolding.less index c1a7dcbbf..a48c0db1b 100755 --- a/framework/core/less/lib/scaffolding.less +++ b/framework/core/less/lib/scaffolding.less @@ -72,11 +72,6 @@ p { margin: 0 auto; } -.global-page { - overflow-x: hidden; - min-height: 100vh; -} - mark { background: #FFE300; padding: 1px;