From 3cb9392a7a526bc54db655bc108020c5212857bc Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 18 Jun 2024 03:34:45 +0000
Subject: [PATCH] chore(deps): bump preact-render-to-string from 6.5.4 to 6.5.5 (#1214)

---
 quartz/styles/base.scss |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 1af96f6..a7c1b45 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -485,6 +485,7 @@
 ol.overflow {
   max-height: 400;
   overflow-y: auto;
+  position: relative;
 
   // clearfix
   content: "";
@@ -516,12 +517,5 @@
 
 .katex-display {
   overflow-x: auto;
-  overflow-y: visible;
-
-  & > .katex .katex-html {
-    .base,
-    .strut {
-      display: inline;
-    }
-  }
+  overflow-y: hidden;
 }

--
Gitblit v1.10.0