From 08ac0b501bd9e32fee98dfc7d57a2d7b485c7b50 Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 24 Jun 2020 17:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/options.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/assets/style/options.css b/src/assets/style/options.css index dcc98e8..4fba407 100644 --- a/src/assets/style/options.css +++ b/src/assets/style/options.css @@ -270,6 +270,7 @@ width: 80px; background: #f3f3f3; box-shadow: 0px 0px 9px 0px #00000030; + overflow-y: auto; } #options .sidebar li{ @@ -278,7 +279,8 @@ cursor: pointer; user-select: none; text-overflow: ellipsis; - overflow: hidden; + overflow-x: hidden; + white-space: nowrap; } #options .sidebar .currentTag{