diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 1302afe..9473f68 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -38,6 +38,8 @@ } nav { + position: sticky; + top: 0px; display: grid; align-items: center; column-gap: $space;