]> cat aescling's git repositories - mastodon.git/commitdiff
Fix loading bar being obscured by other elements in web UI (#11598)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 18 Aug 2019 12:57:05 +0000 (14:57 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Aug 2019 12:57:05 +0000 (14:57 +0200)
app/javascript/styles/mastodon/components.scss

index 59d1d59f3bb7db546ec2ec264da1dd000d54d138..a65a519596262d712a9226bebf7abb973150010e 100644 (file)
@@ -4782,6 +4782,7 @@ a.status-card.compact:hover {
   position: absolute;
   top: 0;
   left: 0;
+  z-index: 9999;
 }
 
 .media-gallery__gifv__label {