Skip to content
Snippets Groups Projects
Commit 58027ac0 authored by olysenko's avatar olysenko
Browse files

Merge remote-tracking branch 'origin/MAGETWO-55861' into bugfixes

parents 71f4018a 723812d8
No related merge requests found
...@@ -189,6 +189,8 @@ ...@@ -189,6 +189,8 @@
// If applied, switching outer popup scroll to inner // If applied, switching outer popup scroll to inner
&._inner-scroll { &._inner-scroll {
overflow-y: visible; overflow-y: visible;
.ie11 &,
.ie10 &, .ie10 &,
.ie9 & { .ie9 & {
overflow-y: auto; overflow-y: auto;
...@@ -196,6 +198,8 @@ ...@@ -196,6 +198,8 @@
.modal-inner-wrap { .modal-inner-wrap {
max-height: 90%; max-height: 90%;
.ie11 &,
.ie10 &, .ie10 &,
.ie9 & { .ie9 & {
max-height: none; max-height: none;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment