From 569ee74633cabcc79e746c5e1fd16bacc9908c07 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 18 Jun 2024 03:33:00 +0000
Subject: [PATCH] chore(deps): bump workerpool from 9.1.1 to 9.1.2 (#1215)
---
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