fix: remove overflow clip from article modal to ensure vertical scroll works

This commit is contained in:
oliver
2026-05-03 06:15:03 -03:00
parent a9ea122ac5
commit 10ac10a92a
-1
View File
@@ -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 {