Skip to content

Commit ff8b88c

Browse files
ENGCOM-2243: [Forwardport] 7399-clickableOverlay-less-fix - added pointer-events rule to .modal-… #16664
- Merge Pull Request #16664 from mageprince/magento2:2.3-develop-PR-port-15172 - Merged commits: 1. 76ae28f
2 parents 6178786 + 76ae28f commit ff8b88c

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)