diff --git a/internal/server/static/style.css b/internal/server/static/style.css index 2aa154e..f416567 100644 --- a/internal/server/static/style.css +++ b/internal/server/static/style.css @@ -123,6 +123,9 @@ header { align-items: center; justify-content: space-between; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); + position: sticky; + top: 0; + z-index: 5; } h1 { @@ -147,7 +150,7 @@ main { display: flex; flex-wrap: wrap; gap: 1rem; - align-items: center; + align-items: flex-end; box-shadow: var(--shadow); }