Skip to content

Commit 36c6d27

Browse files
committed
Checkout page - Fix tooltip position on mobile devices
Fix for luma theme
1 parent f66fd2d commit 36c6d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/design/frontend/Magento/luma/web/css/source/_extends.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@
16811681
}
16821682
}
16831683

1684-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = (@screen__m + 1)) {
1684+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
16851685
.abs-checkout-tooltip-content-position-top-mobile {
16861686
@abs-checkout-tooltip-content-position-top();
16871687
}

0 commit comments

Comments
 (0)