File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
lib/web/css/source/components Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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 ../../..
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments