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 fe188b0 + 59ed01d commit e13f701Copy full SHA for e13f701
themes/Frontend/Responsive/frontend/_public/src/less/_components/emotions.less
@@ -225,8 +225,8 @@ Shopware 5 provides 11 integrated elements inside the shopping worlds that can b
225
left: 100%; top: 50%;
226
}
227
&.right.bottom {
228
- .transform(translate(-100%, 0));
229
- left: 100%; bottom: 0;
+ .transform(translate(-100%, -100%));
+ left: 100%; top: 100%;
230
231
232
@@ -238,6 +238,9 @@ Shopware 5 provides 11 integrated elements inside the shopping worlds that can b
238
display: block;
239
width: 100%;
240
height: 100%;
241
+ position: absolute;
242
+ top: 0; left: 0;
243
+ z-index: @zindex-emotion-mapping-link;
244
245
246
.banner--mapping {
0 commit comments