about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-04-29 00:15:27 +0200
committerGitHub <noreply@github.com>2022-04-29 00:15:27 +0200
commita8e27ac4d10b55f9fe252c2ffcc1b54c5179fb04 (patch)
treebdc66e4ea2b61307d63565283e91ff58cf305b03 /app
parent66a63d79ea11641c3e15cf65785be464cf3695bc (diff)
Fix being able to scroll away from the loading bar in web UI (#18170)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 3bd52eed3..c04b30420 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -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;