From ed00cd539e1243c2848f15529fe46cea95695bb2 Mon Sep 17 00:00:00 2001 From: Jonny Wei <18174005984@163.com> Date: Wed, 11 Nov 2020 22:24:30 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E9=A1=B5=E9=9D=A2=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E5=BC=8F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/styles/index.styl | 10 ++++++++++ package-lock.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 5d7c8991..8073dd88 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -32,6 +32,9 @@ html { } .theme-default-content{ + ::-webkit-scrollbar { + display: block; + } margin: 0 !important; padding: 2rem 14rem 2rem 6rem!important; } @@ -41,6 +44,13 @@ html { } @media screen and (max-width: 1200px) { + .theme-default-content{ + ::-webkit-scrollbar { + display: block; + } + margin: 0 !important; + padding: 2rem 6rem 2rem 6rem!important; + } .right-anchor { display: none !important; } diff --git a/package-lock.json b/package-lock.json index ebfbbfa3..bda37cdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "blog", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": {