sticky scroll fixes

This commit is contained in:
Niki Wix Skaarup 2025-04-05 23:04:13 +02:00
parent 8b3057d8aa
commit 1c8621b6f9
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C
5 changed files with 16 additions and 11 deletions

View file

@ -9,7 +9,7 @@
}
:root {
--header-height: calc(var(--spacing) * 16);
--header-height: --spacing(16);
--main-min-height: calc(100dvh - var(--header-height));
}