From 3bcd3979a029dfb7b025f764ddbc137389b0e8a3 Mon Sep 17 00:00:00 2001 From: Shein Lin Phyo Date: Fri, 24 Jun 2022 15:36:20 -0700 Subject: [PATCH] fix(plugins/achievements): remove relative position which is resetting flexbox container position in Safari (#1111) --- source/templates/classic/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/templates/classic/style.css b/source/templates/classic/style.css index 83e180d3..720b815a 100644 --- a/source/templates/classic/style.css +++ b/source/templates/classic/style.css @@ -1220,7 +1220,6 @@ margin-bottom: -50px; margin-top: 36px; display: none; - position: relative; } .achievement .value { margin-left: 46px; @@ -1474,4 +1473,4 @@ animation-duration: 0s !important; animation-play-state: paused !important; caret-color: transparent !important; - } \ No newline at end of file + }