about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-08-18 14:57:05 +0200
committerThibaut Girka <thib@sitedethib.com>2019-10-06 00:32:06 +0200
commite7fd43c27cd632d456c2983669175241c14bdce0 (patch)
tree37cc2621557ab1236a5d5d280240e1fbbfadc8d0 /app/javascript/flavours/glitch/styles/components/index.scss
parent90bdbddbfe44be77de1d2cd88bb7f469f5d6132f (diff)
[Glitch] Fix loading bar being obscured by other elements in web UI
Port 2b4e2616eab746e4b13f77fef404165b972168ad to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss1
1 files changed, 1 insertions, 0 deletions
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 {