diff --git a/static/style.css b/static/style.css index adc17d2..40360c4 100644 --- a/static/style.css +++ b/static/style.css @@ -131,6 +131,8 @@ aside { box-shadow: var(--shadow); height: fit-content; min-width: fit-content; + position: sticky; + top: calc(var(--size-xl) * 4); } aside ul { display: flex;