Slightly higher z-index for updates-button

This commit is contained in:
Lim Chee Aun 2023-01-04 19:41:35 +08:00
parent edeceba729
commit eef658b758

View file

@ -442,7 +442,7 @@ a.mention span {
}
.updates-button {
position: absolute;
z-index: 1;
z-index: 2;
animation: fade-from-top 2s ease-out;
left: 50%;
margin-top: 8px;