From: Eugen Rochko Date: Sun, 18 Aug 2019 12:57:05 +0000 (+0200) Subject: Fix loading bar being obscured by other elements in web UI (#11598) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=2b4e2616eab746e4b13f77fef404165b972168ad;p=mastodon.git Fix loading bar being obscured by other elements in web UI (#11598) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 59d1d59f3..a65a51959 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -4782,6 +4782,7 @@ a.status-card.compact:hover { position: absolute; top: 0; left: 0; + z-index: 9999; } .media-gallery__gifv__label {