Skip to content

Commit 58027ac

Browse files
author
olysenko
committed
Merge remote-tracking branch 'origin/MAGETWO-55861' into bugfixes
2 parents 71f4018 + 723812d commit 58027ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/web/css/source/components/_modals.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,17 @@
189189
// If applied, switching outer popup scroll to inner
190190
&._inner-scroll {
191191
overflow-y: visible;
192+
193+
.ie11 &,
192194
.ie10 &,
193195
.ie9 & {
194196
overflow-y: auto;
195197
}
196198

197199
.modal-inner-wrap {
198200
max-height: 90%;
201+
202+
.ie11 &,
199203
.ie10 &,
200204
.ie9 & {
201205
max-height: none;

0 commit comments

Comments
 (0)