We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6ca3e commit b6700fdCopy full SHA for b6700fd
1 file changed
css/modal.css
@@ -41,13 +41,15 @@
41
border-radius: var(--radius) var(--radius) 0 0;
42
padding: 2em;
43
max-height: calc(90vh - 3.6666666667em);
44
- overflow: auto;
+ overflow-y: auto;
45
box-sizing: border-box;
46
z-index: 1;
47
position: relative;
48
}
49
50
-.modal-heading {}
+.modal-heading {
51
+ overflow-x: hidden;
52
+}
53
54
.modal-heading:focus {
55
outline: none;
0 commit comments