Stop sticky header so nav no longer overlaps funds bar on scroll.

Transparent sticky header let scrolling stats text bleed through the nav labels.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-29 21:47:08 +08:00
parent c425a08a8f
commit 0b51aa15ff
+3 -3
View File
@@ -98,9 +98,9 @@ input {
align-items: stretch;
gap: 10px;
padding: 14px 0 8px;
position: sticky;
top: 0;
z-index: 10;
/* 不 sticky:透明背景吸顶时会与下方资金条文字重叠 */
position: relative;
z-index: 1;
background: transparent;
}