We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 342c62b + 03e8408 commit f807b2eCopy full SHA for f807b2e
app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_tooltip.less
@@ -137,9 +137,12 @@
137
}
138
139
140
-.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
+.media-width(@extremum, @break) when (@extremum = 'max') and (@break >= @screen__m) {
141
.field-tooltip {
142
.field-tooltip-content {
143
+ .lib-css(right, @checkout-tooltip-content-mobile__right);
144
+ .lib-css(top, @checkout-tooltip-content-mobile__top);
145
+ left: auto;
146
&:extend(.abs-checkout-tooltip-content-position-top-mobile all);
147
148
0 commit comments