fix: remove overflow clip from article modal to ensure vertical scroll works
This commit is contained in:
@@ -1881,7 +1881,6 @@
|
|||||||
0 40px 100px rgba(0, 0, 0, 0.35),
|
0 40px 100px rgba(0, 0, 0, 0.35),
|
||||||
0 0 0 1px rgba(255, 243, 224, 0.15);
|
0 0 0 1px rgba(255, 243, 224, 0.15);
|
||||||
animation: articleFlyIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
|
animation: articleFlyIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
|
||||||
overflow: clip;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#article-box .article-rule {
|
#article-box .article-rule {
|
||||||
|
|||||||
Reference in New Issue
Block a user