From 527ce6546e7ec50e7720ff7b9b6ff79a89c3b7fc Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 08 Aug 2023 04:41:18 +0000
Subject: [PATCH] various css fixes, fix new image loading bug when previewing, path docs
---
quartz/styles/base.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index e219cc5..185582e 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -7,7 +7,7 @@
scroll-behavior: smooth;
-webkit-text-size-adjust: none;
text-size-adjust: none;
- overflow-x: none;
+ overflow-x: hidden;
width: 100vw;
}
@@ -311,10 +311,10 @@
border-radius: 5px;
overflow-x: auto;
border: 1px solid var(--lightgray);
+ position: relative;
&:has(> code.mermaid) {
border: none;
- position: relative;
}
& > code {
--
Gitblit v1.10.0