From 8c3bb44cf8aa0dc8cd64e3d83b3bcd10343b27d9 Mon Sep 17 00:00:00 2001 From: yi-ge Date: Tue, 19 Oct 2021 17:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=B7=E6=96=B0=E5=90=8E?= =?UTF-8?q?=E4=B8=8B=E7=A7=BB=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/common.styl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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