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); }