From 42640bceb57c450d5c2427bd2b449827468d0ede Mon Sep 17 00:00:00 2001
From: Paul Trotter <ptrotter1@users.noreply.github.com>
Date: Mon, 17 Jun 2024 05:33:28 +0000
Subject: [PATCH] Check link isExternal before adding target="_blank" (#1211)
---
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