We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33a560 commit c140347Copy full SHA for c140347
scss/_modal.scss
@@ -56,9 +56,10 @@
56
}
57
58
.modal-dialog-scrollable {
59
- max-height: subtract(100%, $modal-dialog-margin * 2);
+ height: subtract(100%, $modal-dialog-margin * 2);
60
61
.modal-content {
62
+ max-height: 100%;
63
overflow: hidden;
64
65
@@ -177,7 +178,7 @@
177
178
179
180
- max-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);
181
+ height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);
182
183
184
.modal-dialog-centered {
0 commit comments