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.
2 parents 71f4018 + 723812d commit 58027acCopy full SHA for 58027ac
lib/web/css/source/components/_modals.less
@@ -189,13 +189,17 @@
189
// If applied, switching outer popup scroll to inner
190
&._inner-scroll {
191
overflow-y: visible;
192
+
193
+ .ie11 &,
194
.ie10 &,
195
.ie9 & {
196
overflow-y: auto;
197
}
198
199
.modal-inner-wrap {
200
max-height: 90%;
201
202
203
204
205
max-height: none;
0 commit comments