Skip to content

Commit 4505a9a

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-45058: [IE9] impossible to create attribute in configurable product
1 parent fa64380 commit 4505a9a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/code/Magento/Catalog/view/adminhtml/web/catalog/product-attributes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ define([
2424
type: 'slide',
2525
buttons: [],
2626
opened: function () {
27+
$(this).parent().addClass('modal-content-new-attribute');
2728
self.iframe = $('<iframe id="create_new_attribute_container">').attr({
2829
src: self._prepareUrl(),
2930
frameborder: 0

app/design/adminhtml/Magento/backend/web/css/source/components/_modals_extend.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@
140140
}
141141

142142
.modal-slide {
143+
144+
145+
.modal-content-new-attribute {
146+
-webkit-overflow-scrolling: touch;
147+
overflow: auto;
148+
}
149+
143150
.modal-title {
144151
font-size: @modal-slide-title__font-size;
145152
margin-right: @modal-slide-title__font-size + @modal-slide__padding + 1rem;

0 commit comments

Comments
 (0)