From: Eugen Rochko Date: Thu, 28 Apr 2022 22:15:27 +0000 (+0200) Subject: Fix being able to scroll away from the loading bar in web UI (#18170) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=de2e4949450424b270ff4fe09ef75bca0b4664fc;p=mastodon.git Fix being able to scroll away from the loading bar in web UI (#18170) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 442ffd2c0..9d29f1cb5 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;