From 4dc4f65a702af46b846538fbe451e3ad76c89c50 Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Fri, 17 Apr 2026 09:52:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=B2=98=E6=80=A7?= =?UTF-8?q?=E5=A4=B4=E9=83=A8=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80=E5=92=8C=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidepanel/sidepanel.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sidepanel/sidepanel.css b/sidepanel/sidepanel.css index 8d09ffd..7374af8 100644 --- a/sidepanel/sidepanel.css +++ b/sidepanel/sidepanel.css @@ -97,8 +97,14 @@ header { display: flex; justify-content: space-between; align-items: center; + position: sticky; + top: 0; + z-index: 200; margin-bottom: 14px; + padding-top: 4px; padding-bottom: 12px; + background: color-mix(in srgb, var(--bg-base) 94%, transparent); + backdrop-filter: blur(8px); border-bottom: 1px solid var(--border-subtle); }