From 83197886835ae33e80ee44e77ad0eeee0f4d9096 Mon Sep 17 00:00:00 2001 From: Iker Date: Fri, 21 Jun 2024 23:38:38 +0200 Subject: [PATCH] fix: Popover z-index issue on left sidebar --- quartz/styles/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index b023b2794..04e84793a 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -161,6 +161,7 @@ a { box-sizing: border-box; padding: 0 4rem; position: fixed; + z-index: 1; @media all and (max-width: $fullPageWidth) { position: initial; flex-direction: row;