diff --git a/client/src/index.css b/client/src/index.css index 549287b..57d4a68 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -335,14 +335,14 @@ input[data-testid*="search"]::placeholder { filter: blur(0.5px); } -/* Force header to be non-sticky */ -.header-non-sticky { - position: static !important; - top: auto !important; - left: auto !important; - right: auto !important; - bottom: auto !important; - z-index: auto !important; +/* Sticky header */ +.header-sticky { + position: sticky !important; + top: 0 !important; + z-index: 50 !important; + backdrop-filter: blur(8px); + background: rgba(30, 20, 40, 0.85) !important; + border-bottom: 1px solid rgba(255, 255, 255, 0.1); } /* Test grid overlay */ diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index d947a9d..4366ac7 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -57,7 +57,7 @@ export default function FolxStadlPage() { return (