Skip to content

Commit 76ae28f

Browse files
pmakowskimageprince
pmakowski
authored andcommitted
7399-clickableOverlay-less-fix - added pointer-events rule to .modal-popup class to let user click deeper than modals and reach to overlay's div in modal-wrapper div
1 parent 6178786 commit 76ae28f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/design/frontend/Magento/blank/web/css/source/components/_modals_extend.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
}
6464

6565
.modal-popup {
66+
pointer-events: none;
67+
6668
.modal-title {
6769
.lib-css(border-bottom, @modal-title__border);
6870
.lib-css(font-weight, @font-weight__light);

app/design/frontend/Magento/luma/web/css/source/components/_modals_extend.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
}
6464

6565
.modal-popup {
66+
pointer-events: none;
67+
6668
.modal-title {
6769
.lib-css(border-bottom, @modal-title__border);
6870
.lib-css(font-weight, @font-weight__light);

0 commit comments

Comments
 (0)