Skip to content

Commit 4045a2e

Browse files
authored
fix modal clickable overlay
matching magento/magento2@4c53caf magento/magento2#7399
1 parent 697cb58 commit 4045a2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

styles/blocks/components/_modals.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ $modal-popup-image-box-preview__max-width : calc(#{$modal-popup-image-box
8686
@include lib-css(z-index, $modal-popup__z-index);
8787
left: 0;
8888
overflow-y: auto;
89-
89+
pointer-events: none;
90+
9091
&._show {
9192
.modal-inner-wrap {
9293
transform: translateY(0);

0 commit comments

Comments
 (0)