Skip to content

Commit 39ab808

Browse files
authored
Login Popup broken on iPad portrait - Fix in libs
1 parent 3230194 commit 39ab808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/css/source/components/_modals.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
// _____________________________________________
243243

244244
// Mobile transform to modal-slide
245-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = (@screen__m + 1)) {
245+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
246246
.modal-popup {
247247
&.modal-slide {
248248
.lib-modal-slide();

0 commit comments

Comments
 (0)