From 5d5886a20f4b3ebaa1ffe0ac7d7d0ac296f6d935 Mon Sep 17 00:00:00 2001 From: vkkevin <3056782267@qq.com> Date: Thu, 27 Feb 2020 17:51:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=BB=9A=E5=8A=A8(=E9=80=8F=E6=98=8E=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/xadmin.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/xadmin.css b/css/xadmin.css index ab7030a..caa2bae 100644 --- a/css/xadmin.css +++ b/css/xadmin.css @@ -165,10 +165,14 @@ body{ max-width: 220px; overflow: auto; overflow-x:hidden; - overflow: hidden; - + /* overflow: hidden; */ + overflow-y: scroll; /*width: 0px;*/ } +.left-nav::-webkit-scrollbar{ + width:0px; + background-color: #ffffff00; +} #side-nav{ width: 220px; } -- Gitee