Skip to content

Commit

Permalink
Can't-scroll-in-modal-popup-on-iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
priti2jcommerce committed Apr 4, 2019
1 parent d7ac52b commit d661d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,9 @@
}
}
}
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.modal-popup {
pointer-events: auto;
&.modal-slide {
.modal-inner-wrap[class] {
.lib-css(background-color, @modal-slide-mobile__background-color);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,9 @@
}
}
}
}

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

0 comments on commit d661d61

Please sign in to comment.