From da3a2a0dd895abd2689c617ea5343d80b9cdf2fe Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Thu, 22 Jan 2026 15:48:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E6=BB=9A=E5=8A=A8=E9=97=AE=E9=A2=98=E7=9A=84=E9=81=97?= =?UTF-8?q?=E7=95=99bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复孤立的width: 6px导致滚动条样式失效 - 移除todo-list-scroll的max-height: none限制 - 将TODO列表的滚动控制权交给card-body - 确保非停靠状态下TODO栏正确显示滚动条 --- style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index f90718b..0f680f9 100644 --- a/style.css +++ b/style.css @@ -2540,8 +2540,8 @@ html.navbar-absolute #leftbar_part2.sticky { overflow-y: auto; } +#leftbar_part2_inner::-webkit-scrollbar { width: 6px; - } #leftbar_part2_inner::-webkit-scrollbar-track { @@ -12623,9 +12623,8 @@ html.navbar-absolute #leftbar_part3.sticky { } .todo-list-scroll { - max-height: none; - overflow-y: auto; - padding-right: 5px; + overflow-y: visible; + padding-right: 0; } .todo-list-scroll::-webkit-scrollbar {