]> cat aescling's git repositories - mastodon.git/commitdiff
Fix being able to scroll away from the loading bar in web UI (#18170)
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:12 +0000 (13:49 -0400)
app/javascript/styles/mastodon/components.scss

index 442ffd2c0080f12ad55cca974fe88793fb5d8d60..9d29f1cb53005a5b3d36c0e617c28012a156005d 100644 (file)
@@ -5598,7 +5598,7 @@ a.status-card.compact:hover {
 .loading-bar {
   background-color: $highlight-text-color;
   height: 3px;
-  position: absolute;
+  position: fixed;
   top: 0;
   left: 0;
   z-index: 9999;