From e7fd43c27cd632d456c2983669175241c14bdce0 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 18 Aug 2019 14:57:05 +0200 Subject: [PATCH] [Glitch] Fix loading bar being obscured by other elements in web UI Port 2b4e2616eab746e4b13f77fef404165b972168ad to glitch-soc Signed-off-by: Thibaut Girka --- app/javascript/flavours/glitch/styles/components/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 6f0d4c0be..055a494e7 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -1415,6 +1415,7 @@ position: absolute; top: 0; left: 0; + z-index: 9999; } .icon-badge-wrapper {