Browse Source
Fix being able to scroll away from the loading bar in web UI (#18170)
closed-social-glitch-2
Eugen Rochko
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|