From eef658b7589535afb3ce7c93082d303f338fb5b3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 4 Jan 2023 19:41:35 +0800 Subject: [PATCH] Slightly higher z-index for updates-button --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index ac93a576..b8201f9b 100644 --- a/src/app.css +++ b/src/app.css @@ -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;