From 2fe4d942030250a4ac5a244d0304de554b436854 Mon Sep 17 00:00:00 2001 From: peijunlei Date: Fri, 4 Sep 2026 17:43:19 +0800 Subject: [PATCH] =?UTF-8?q?style(category):=20=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=AF=BC=E8=88=AA=E4=B8=8D=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/dist_static/static/css/category.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/dist_static/static/css/category.css b/public/themes/dist_static/static/css/category.css index 2708128..c2d218b 100644 --- a/public/themes/dist_static/static/css/category.css +++ b/public/themes/dist_static/static/css/category.css @@ -239,7 +239,7 @@ gap: 24Px; } .c-sidebar { - position: sticky; + /* position: sticky; */ top: var(--header-h); max-height: calc(100svh - var(--header-h)); overflow-y: auto;