We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1eb5f9 commit f96f355Copy full SHA for f96f355
1 file changed
css/modal.css
@@ -41,7 +41,7 @@
41
border-radius: var(--radius) var(--radius) 0 0;
42
padding: 2em;
43
max-height: calc(90vh - 3.6666666667em);
44
- overflow: scroll;
+ overflow: auto;
45
box-sizing: border-box;
46
z-index: 1;
47
position: relative;
0 commit comments