From c107f6d6af3f0064340313fa026fe6f2ff06a3b3 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 7 Aug 2026 19:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=81=8A=E5=A4=A9=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E9=A2=91=E9=81=93=E7=AD=9B=E9=80=89=E6=A1=86=E8=A2=AB?= =?UTF-8?q?=20sticky=20header=20=E9=81=AE=E6=8C=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meshmap_frontend/src/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/meshmap_frontend/src/style.css b/meshmap_frontend/src/style.css index bb495be..89d98fe 100644 --- a/meshmap_frontend/src/style.css +++ b/meshmap_frontend/src/style.css @@ -365,9 +365,6 @@ h3 { padding: 8px 12px; border-bottom: 1px solid var(--color-border); background: var(--color-surface-soft); - position: sticky; - z-index: 9; - top: 53px; } .chat-filter-input {