fix: case-study TOC sidebar wasn't sticking (grid stretch made it as tall as content)
This commit is contained in:
@@ -10,7 +10,7 @@ const { locale, sections } = Astro.props;
|
||||
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>
|
||||
<ul class="border-line flex flex-col gap-2 border-l">
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user