Skip to content

Commit 72a74ec

Browse files
author
Stanislav Idolov
authored
ENGCOM-2243: [Forwardport] 7399-clickableOverlay-less-fix - added pointer-events rule to .modal-… #16664
2 parents b9a97ff + ff8b88c commit 72a74ec

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)