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:
2026-04-05 13:32:35 +03:00
parent aebf7127af
commit 6fa340b17c
2 changed files with 6 additions and 0 deletions
@@ -169,6 +169,9 @@
display: flex;
flex-direction: column;
gap: 8px;
position: sticky;
top: 43px; /* header height */
z-index: 9;
}
.active {