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:
@@ -98,9 +98,9 @@ input {
|
|||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding: 14px 0 8px;
|
padding: 14px 0 8px;
|
||||||
position: sticky;
|
/* 不 sticky:透明背景吸顶时会与下方资金条文字重叠 */
|
||||||
top: 0;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 1;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user