From 8f0fa370335a09877fc9a2bab1409e5d43f853ab Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Wed, 27 Nov 2019 14:43:08 +0100 Subject: [PATCH] Fixed the onsale floating away in Firefox. --- assets/css/twenty-twenty.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/twenty-twenty.scss b/assets/css/twenty-twenty.scss index 8b9727b6352..ca151504f5e 100644 --- a/assets/css/twenty-twenty.scss +++ b/assets/css/twenty-twenty.scss @@ -155,6 +155,7 @@ a.button { .onsale { position: absolute; top: 0; + left: 0; display: inline-block; background: $highlights-color; color: #fff;