From 10ac10a92ac754e6c9ea5fd5e1e129151591e615 Mon Sep 17 00:00:00 2001 From: oliver Date: Sun, 3 May 2026 06:15:03 -0300 Subject: [PATCH] fix: remove overflow clip from article modal to ensure vertical scroll works --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 7fa2e92..fa4414c 100644 --- a/index.html +++ b/index.html @@ -1881,7 +1881,6 @@ 0 40px 100px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 243, 224, 0.15); animation: articleFlyIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; - overflow: clip; } #article-box .article-rule {