We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 814c791 + 8440932 commit 918dd05Copy full SHA for 918dd05
dev/travis/before_script.sh
@@ -71,7 +71,7 @@ case $TEST_SUITE in
71
--output-file="$changed_files_ce" \
72
--base-path="$TRAVIS_BUILD_DIR" \
73
--repo='https://github.com/magento/magento2.git' \
74
- --branch='2.1'
+ --branch="$TRAVIS_BRANCH"
75
cat "$changed_files_ce" | sed 's/^/ + including /'
76
77
cd ../../..
lib/web/css/source/components/_modals.less
@@ -189,13 +189,17 @@
189
// If applied, switching outer popup scroll to inner
190
&._inner-scroll {
191
overflow-y: visible;
192
+
193
+ .ie11 &,
194
.ie10 &,
195
.ie9 & {
196
overflow-y: auto;
197
}
198
199
.modal-inner-wrap {
200
max-height: 90%;
201
202
203
204
205
max-height: none;
0 commit comments