Fixed the onsale floating away in Firefox.

This commit is contained in:
Peter Fabian 2019-11-27 14:43:08 +01:00
parent 45f04d4dc0
commit 8f0fa37033
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ a.button {
.onsale {
position: absolute;
top: 0;
left: 0;
display: inline-block;
background: $highlights-color;
color: #fff;