Skip to content

Commit 037ff9a

Browse files
Oleksandr DubovykSergey Shvets
authored andcommitted
MAGETWO-64171: User can't create new address on checkout from IE11
- Fixed bug
1 parent 689f414 commit 037ff9a

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)