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.
1 parent 031fe7e commit 80ca970Copy full SHA for 80ca970
app/code/Magento/Sales/view/adminhtml/web/order/create/giftmessage.js
@@ -207,6 +207,7 @@ define([
207
'margin-top' : topMargin,
208
'z-index': 1000
209
});
210
+ jQuery(this).closest('.ui-dialog').nextAll('.ui-widget-overlay').css('z-index', 999);
211
},
212
close: function () {
213
jQuery(this).closest('.ui-dialog').removeClass('ui-dialog-active');
0 commit comments