From 3b988aec61ce72400ef5ca5f700beeb0e3d54208 Mon Sep 17 00:00:00 2001
From: Iker Larrea <69987085+ikerls@users.noreply.github.com>
Date: Mon, 26 Aug 2024 02:33:34 +0000
Subject: [PATCH] fix: Popover z-index issue on left sidebar (#1230)
---
quartz/styles/base.scss | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 3b3ead7..02b0f53 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -172,6 +172,7 @@
box-sizing: border-box;
padding: 0 4rem;
position: fixed;
+ z-index: 1;
@media all and (max-width: $fullPageWidth) {
position: initial;
flex-direction: row;
--
Gitblit v1.10.0