Skip to content

Commit

Permalink
Merge pull request magento#2015 from magento-chaika/Chaika_2.1.13_PR3
Browse files Browse the repository at this point in the history
Fixed issue:
MAGETWO-64171: User can't create new address on checkout from IE11
  • Loading branch information
igrybkov authored Feb 6, 2018
2 parents 814c791 + 8440932 commit 918dd05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/travis/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ case $TEST_SUITE in
--output-file="$changed_files_ce" \
--base-path="$TRAVIS_BUILD_DIR" \
--repo='https://github.com/magento/magento2.git' \
--branch='2.1'
--branch="$TRAVIS_BRANCH"
cat "$changed_files_ce" | sed 's/^/ + including /'

cd ../../..
Expand Down
4 changes: 4 additions & 0 deletions lib/web/css/source/components/_modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,17 @@
// If applied, switching outer popup scroll to inner
&._inner-scroll {
overflow-y: visible;

.ie11 &,
.ie10 &,
.ie9 & {
overflow-y: auto;
}

.modal-inner-wrap {
max-height: 90%;

.ie11 &,
.ie10 &,
.ie9 & {
max-height: none;
Expand Down

0 comments on commit 918dd05

Please sign in to comment.