From db1b53023a7e76259911ab4f34de307c9f8b8d89 Mon Sep 17 00:00:00 2001 From: cmartyr Date: Wed, 1 Apr 2026 00:28:20 +1030 Subject: [PATCH] fix guide sidebar sticky positioning when expanded --- src/_includes/components/toc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/components/toc.css b/src/_includes/components/toc.css index 6e55f357db..11f5ca7482 100644 --- a/src/_includes/components/toc.css +++ b/src/_includes/components/toc.css @@ -58,7 +58,7 @@ .elv-toc-c { flex-grow: 1; } - .elv-toc-list:has(a[href="/docs/projects/"] + details:not([open])) { + .elv-toc-list:has(a[href="/docs/projects/"] + details) { position: sticky; top: var(--elv-toc-sticky-top); }