fix(plugins/achievements): remove relative position which is resetting flexbox container position in Safari (#1111)

This commit is contained in:
Shein Lin Phyo
2022-06-24 15:36:20 -07:00
committed by GitHub
parent 127d4fd65e
commit 3bcd3979a0

View File

@@ -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;
}
}