Fixed the onsale floating away in Firefox.
This commit is contained in:
parent
45f04d4dc0
commit
8f0fa37033
|
@ -155,6 +155,7 @@ a.button {
|
|||
.onsale {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: inline-block;
|
||||
background: $highlights-color;
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in New Issue