diff --git a/frontend/src/styles/Layout.css b/frontend/src/styles/Layout.css index 34ec36d..e3a1fc4 100644 --- a/frontend/src/styles/Layout.css +++ b/frontend/src/styles/Layout.css @@ -35,6 +35,10 @@ display: flex; justify-content: center; padding: 0.75rem; + position: sticky; + top: 0; + z-index: 100; + background: var(--color-bg-main); } /* Ensure no extra margin from body */