Skip to content

Commit 569819a

Browse files
authored
ENGCOM-4775: Can't scroll in modal popup on i os #21150
2 parents 791fa44 + 4234627 commit 569819a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,9 @@
148148
}
149149
}
150150
}
151-
}
152151

153-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
154152
.modal-popup {
153+
pointer-events: auto;
155154
&.modal-slide {
156155
.modal-inner-wrap[class] {
157156
.lib-css(background-color, @modal-slide-mobile__background-color);

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,9 @@
148148
}
149149
}
150150
}
151-
}
152151

153-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
154152
.modal-popup {
153+
pointer-events: auto;
155154
&.modal-slide {
156155
.modal-inner-wrap[class] {
157156
.lib-css(background-color, @modal-slide-mobile__background-color);

0 commit comments

Comments
 (0)