From cf074988cc39535fd201162991b8fb4a5661ad33 Mon Sep 17 00:00:00 2001 From: Capelier-Marla Date: Wed, 25 Jan 2023 19:20:59 +0100 Subject: [PATCH] sticky ctagory section --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) 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;