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;