From bb24cd13c7fafbd42d3980c45351a58a76dabb18 Mon Sep 17 00:00:00 2001
From: 1 gal Rosemary <cerasusyedoensis@proton.me>
Date: Sat, 05 Apr 2025 17:39:28 +0000
Subject: [PATCH] fix(css): styles issues with popover, overflow, and scroll overflow (#1907)
---
quartz/components/styles/toc.scss | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/quartz/components/styles/toc.scss b/quartz/components/styles/toc.scss
index d544d0e..bf1bc22 100644
--- a/quartz/components/styles/toc.scss
+++ b/quartz/components/styles/toc.scss
@@ -50,6 +50,8 @@
position: relative;
margin: 0.5rem 0;
padding: 0;
+ height: 5rem;
+ overscroll-behavior: contain;
list-style: none;
& > li > a {
--
Gitblit v1.10.0