From 5c3fcaf9957016865bff527f9dc53f0234d8ae77 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Thu, 28 Oct 2021 14:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Public/Admin/css/style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Public/Admin/css/style.css b/Public/Admin/css/style.css index f37a46fcb..03f518c21 100644 --- a/Public/Admin/css/style.css +++ b/Public/Admin/css/style.css @@ -294,7 +294,21 @@ background-color:#3F97C9; background-color:#F0F9FD; max-height: 400px; - overflow-y: scroll; + overflow: auto; +} +::-webkit-scrollbar { + width: 12px; + height: 12px; +} +::-webkit-scrollbar-corner { + background-color: transparent; +} +::-webkit-scrollbar-thumb { + height: 6px; + border-radius: 7px; + border: 3px solid transparent; + background-color: #ddd; + background-clip: padding-box; } .side-sub-menu > li { position: relative;