Skip to content

Commit f96f355

Browse files
committed
[design] improve modal overflow
1 parent e1eb5f9 commit f96f355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎css/modal.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
border-radius:var(--radius) var(--radius) 00;
4242
padding:2em;
4343
max-height:calc(90vh-3.6666666667em);
44-
overflow:scroll;
44+
overflow:auto;
4545
box-sizing: border-box;
4646
z-index:1;
4747
position: relative;

0 commit comments

Comments
(0)