From 7f622c1c006a8bd18bb25060bc289b11b3514d83 Mon Sep 17 00:00:00 2001 From: cbarkr Date: Thu, 13 Jun 2024 12:16:47 -0700 Subject: [PATCH] fix: fixed ::after pseudo-element positioning --- quartz/styles/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index 859bb433e..a7c1b450e 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -485,6 +485,7 @@ ul.overflow, ol.overflow { max-height: 400; overflow-y: auto; + position: relative; // clearfix content: "";