From a12d76afdb51e0de3adf5fdaef63e5f20077ff97 Mon Sep 17 00:00:00 2001
From: Callum Barker <64287849+cbarkr@users.noreply.github.com>
Date: Thu, 13 Jun 2024 19:47:22 +0000
Subject: [PATCH] fix: fix explorer view gradient positioning on mobile (fixes #906) (#1206)

---
 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