From d1a2be34f0f15765689fc5db9fa458dacb10a5fa Mon Sep 17 00:00:00 2001 From: ruinivist Date: Sun, 29 Mar 2026 02:21:55 +0000 Subject: [PATCH] styles: keep mobile explorer above images --- quartz/components/styles/explorer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/quartz/components/styles/explorer.scss b/quartz/components/styles/explorer.scss index d0a6496..c17e1b8 100644 --- a/quartz/components/styles/explorer.scss +++ b/quartz/components/styles/explorer.scss @@ -14,6 +14,7 @@ // Sticky top bar (stays in place when scrolling down on mobile). .sidebar.left:has(.explorer) { + z-index: 100; // needs to be higher than the content images's ( based on stacking context ) box-sizing: border-box; position: sticky; background-color: var(--light);