From 2b5d3236d1f8311ddc33a98b90609acd693f3653 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Wed, 25 Sep 2024 23:29:57 +0200 Subject: [PATCH] fix for overflow list hover popover (https://github.com/jackyzha0/quartz/issues/1437) --- quartz/styles/base.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index bd674ac0e..8511b2d62 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -538,7 +538,6 @@ video { div:has(> .overflow) { display: flex; - position: relative; overflow-y: auto; max-height: 100%; }