From 1a009663a9d6a72e01ea73b94fb121c3cad8f24f Mon Sep 17 00:00:00 2001 From: hunlongyu Date: Mon, 11 May 2020 17:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B2=20=E7=A7=BB=E9=99=A4=E5=AE=98?= =?UTF-8?q?=E7=BD=91=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/assets/css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index ab5bb07..aa29a66 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -11,6 +11,19 @@ body { font-family: "Open Sans", sans-serif; color: #585a61; + overflow-y: scroll; +} +body::-webkit-scrollbar{ + width: 5px; + height: 1px; +} +body::-webkit-scrollbar-thumb { + border-radius: 10px; + position: absolute; +} +body::-webkit-scrollbar-track { + border-radius: 10px; + position: absolute; } a {