Skip to content

Commit 2983f66

Browse files
committed
Merge branch 'MAGETWO-34949' of github.corp.ebay.com:magento-vanilla/magento2ce into MAGETWO-34949
2 parents 1ca115f + 52ad623 commit 2983f66

File tree

3 files changed

+9
-2
lines changed
  • app
    • code/Magento/Ui/view/base/web/js/modal
    • design/adminhtml/Magento/backend/web/css/source/components
  • lib/web/css/source/components

3 files changed

+9
-2
lines changed

app/code/Magento/Ui/view/base/web/js/modal/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ define([
3434
modalAction: '[data-role="action"]',
3535
appendTo: 'body',
3636
wrapperClass: 'modals-wrapper',
37-
overlayClass: 'overlay_magento',
37+
overlayClass: 'modals-overlay',
3838
responsiveClass: 'modal-slide',
3939
modalLeftMargin: 45,
4040
closeText: $.mage.__('Close'),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514

515515
.overlay_magento {
516516
&:extend(.ui-widget-overlay all);
517-
z-index: 900;
517+
z-index: 800 !important;
518518
}
519519

520520
//

lib/web/css/source/components/_modals.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@
106106
width: 100vw;
107107
}
108108

109+
// Modals overlay
110+
111+
.modals-overlay {
112+
&:extend(.ui-widget-overlay all);
113+
z-index: @overlay__z-index;
114+
}
115+
109116
.modal-slide,
110117
.modal-popup {
111118
.abs-modal();

0 commit comments

Comments
 (0)