Skip to content

Commit 918dd05

Browse files
authored
Merge pull request #2015 from magento-chaika/Chaika_2.1.13_PR3
Fixed issue: MAGETWO-64171: User can't create new address on checkout from IE11
2 parents 814c791 + 8440932 commit 918dd05

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dev/travis/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ case $TEST_SUITE in
7171
--output-file="$changed_files_ce" \
7272
--base-path="$TRAVIS_BUILD_DIR" \
7373
--repo='https://github.com/magento/magento2.git' \
74-
--branch='2.1'
74+
--branch="$TRAVIS_BRANCH"
7575
cat "$changed_files_ce" | sed 's/^/ + including /'
7676

7777
cd ../../..

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)