Skip to content

Commit

Permalink
Fix being able to scroll away from the loading bar in web UI (mastodo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and single-right-quote committed May 5, 2022
1 parent 80b75f8 commit de2e494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit de2e494

Please sign in to comment.