fix: case-study TOC sidebar wasn't sticking (grid stretch made it as tall as content)

This commit is contained in:
cesnimda
2026-07-12 19:53:30 +02:00
parent 97f23f7a02
commit 29ecfc0e79
+1 -1
View File
@@ -10,7 +10,7 @@ const { locale, sections } = Astro.props;
const d = useDict(locale); const d = useDict(locale);
--- ---
<nav class="sticky top-24 hidden xl:block" aria-label={d.project.onThisPage}> <nav class="sticky top-24 hidden self-start xl:block" aria-label={d.project.onThisPage}>
<p class="mono-label mb-3">{d.project.onThisPage}</p> <p class="mono-label mb-3">{d.project.onThisPage}</p>
<ul class="border-line flex flex-col gap-2 border-l"> <ul class="border-line flex flex-col gap-2 border-l">
{ {