]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix being able to scroll away from the loading bar in web UI
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 28 Apr 2022 22:15:27 +0000 (00:15 +0200)
committersingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Thu, 5 May 2022 17:49:13 +0000 (13:49 -0400)
Port a8e27ac4d10b55f9fe252c2ffcc1b54c5179fb04 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/styles/components/index.scss

index 016e31c633664a3270d7ac98fe32fcd16c1620c7..373280fc43b08531de1e15b80d7a711dd474389b 100644 (file)
@@ -1566,7 +1566,7 @@ button.icon-button.active i.fa-retweet {
 .loading-bar {
   background-color: $ui-highlight-color;
   height: 3px;
-  position: absolute;
+  position: fixed;
   top: 0;
   left: 0;
   z-index: 9999;