diff --git a/layouts/common.styl b/layouts/common.styl index e1bffc2..33b008f 100644 --- a/layouts/common.styl +++ b/layouts/common.styl @@ -2,6 +2,12 @@ margin 0 padding 0 +html + overflow hidden + +body + overflow auto + body, html color #2e2f30 letter-spacing 0.5px @@ -12,7 +18,6 @@ body, html #__nuxt, .content width 100% - height 100% max-width 1040px margin 0 auto position relative