From 5eec1e98e6f6b16d4a29cdbbc69c573fb06e538d 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index bd674ac0ea886..8511b2d6250ca 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%; }