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 d11adfb commit 2baeb52Copy full SHA for 2baeb52
app/code/Magento/Catalog/view/adminhtml/web/js/custom-options.js
@@ -134,7 +134,7 @@ define([
134
},
135
open: function () {
136
$(this).closest('.ui-dialog').addClass('ui-dialog-active');
137
-"
+
138
var topMargin = $(this).closest('.ui-dialog').children('.ui-dialog-titlebar').outerHeight() + 135;
139
$(this).closest('.ui-dialog').css('margin-top', topMargin);
140
0 commit comments