From 14039ee72ae0797ebf8f1df3a2abf240f803145b Mon Sep 17 00:00:00 2001 From: Emile Bangma Date: Thu, 26 Sep 2024 00:15:07 +0200 Subject: [PATCH] fix(layout): grid triage with backlinks (#1442) --- quartz/styles/base.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index bc22297f2f0fd..339e830d662a6 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -507,7 +507,9 @@ video { } div:has(> .overflow) { - position: relative; + display: flex; + overflow-y: auto; + max-height: 100%; } ul.overflow,