feat(frontend): make header and filter bar sticky on scroll
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
aebf7127af
commit
6fa340b17c
@ -169,6 +169,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
position: sticky;
|
||||||
|
top: 43px; /* header height */
|
||||||
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
|
|||||||
@ -77,6 +77,9 @@
|
|||||||
border-bottom: 1px solid color-mix(in srgb, var(--color-accent) 15%, transparent);
|
border-bottom: 1px solid color-mix(in srgb, var(--color-accent) 15%, transparent);
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-btn {
|
.select-btn {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user