Skip to content

Commit e13f701

Browse files
author
Marcel Schmäing
committed
Merge pull request #2611 in SW/shopware from bugfix/next/sw-11318-9er-grid-quickfix to next
* commit '59ed01d810952788e9f3eeb35331af628669355c': SW-11318 Fixed banner link position SW-11318 Fixed 9er grid position for bottom right
2 parents fe188b0 + 59ed01d commit e13f701

File tree

1 file changed

+5
-2
lines changed
  • themes/Frontend/Responsive/frontend/_public/src/less/_components

1 file changed

+5
-2
lines changed

themes/Frontend/Responsive/frontend/_public/src/less/_components/emotions.less

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ Shopware 5 provides 11 integrated elements inside the shopping worlds that can b
225225
left: 100%; top: 50%;
226226
}
227227
&.right.bottom {
228-
.transform(translate(-100%, 0));
229-
left: 100%; bottom: 0;
228+
.transform(translate(-100%, -100%));
229+
left: 100%; top: 100%;
230230
}
231231
}
232232

@@ -238,6 +238,9 @@ Shopware 5 provides 11 integrated elements inside the shopping worlds that can b
238238
display: block;
239239
width: 100%;
240240
height: 100%;
241+
position: absolute;
242+
top: 0; left: 0;
243+
z-index: @zindex-emotion-mapping-link;
241244
}
242245

243246
.banner--mapping {

0 commit comments

Comments
 (0)