From b058de488afd6ff98f4652b1f115031577229635 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 16 Jan 2026 15:13:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=86=85=E9=83=A8=E5=A4=9A=E4=BD=99=E7=9A=84=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 #leftbar_catalog 的 max-height 和 overflow-y - 只保留外层 #leftbar_part2_inner 的滚动条 --- style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/style.css b/style.css index 3c71da6..b970bce 100644 --- a/style.css +++ b/style.css @@ -4461,8 +4461,6 @@ html.darkmode .tippy-box[data-theme~="light"] { margin-left: -5px; width: calc(100% + 0px); height: auto; - max-height: calc(100vh - 400px); /* 限制最大高度,为 TODO 和底部留出空间 */ - overflow-y: auto; } #leftbar_catalog::-webkit-scrollbar {