From d2414b3903c9f1353271ab8157e4be8997916294 Mon Sep 17 00:00:00 2001
From: Matt Vogel <mainmoniker@googlemail.com>
Date: Wed, 11 Sep 2024 07:29:07 +0000
Subject: [PATCH] feat(markdown): Roam Research flavour (#985)
---
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..1b3d122 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -182,6 +182,7 @@
}
& .sidebar.left {
+ z-index: 1;
left: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
@media all and (max-width: $fullPageWidth) {
gap: 0;
--
Gitblit v1.10.0