Ensure side nav is not blocked at the bottom

This commit is contained in:
Kalle 2025-06-17 21:06:38 +03:00
parent 070cec8d35
commit 4490106ccd

View File

@ -7,7 +7,7 @@
gap: var(--s-3);
overflow-y: auto;
height: 100vh;
padding-block-end: var(--s-24);
padding-block-end: var(--s-48);
padding-inline-end: var(--s-4);
}