mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-28 15:26:21 +01:00
Fix being able to scroll away from the loading bar in web UI (#18170)
This commit is contained in:
parent
66a63d79ea
commit
a8e27ac4d1
@ -5598,7 +5598,7 @@ a.status-card.compact:hover {
|
|||||||
.loading-bar {
|
.loading-bar {
|
||||||
background-color: $highlight-text-color;
|
background-color: $highlight-text-color;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
Loading…
Reference in New Issue
Block a user