about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-08-18 14:57:05 +0200
committerGitHub <noreply@github.com>2019-08-18 14:57:05 +0200
commit2b4e2616eab746e4b13f77fef404165b972168ad (patch)
tree4ec5618198c95dd59b2c5c74dab601554483539c
parentc6b4b923e6f88b7cc4a1af251cb532a5a15035e2 (diff)
Fix loading bar being obscured by other elements in web UI (#11598)
-rw-r--r--app/javascript/styles/mastodon/components.scss1
1 files changed, 1 insertions, 0 deletions
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 {