[Glitch] Fix being able to scroll away from the loading bar in web UI

Port c803c1a8db to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-downstream
Eugen Rochko 2 years ago committed by Claire
parent ad9329502a
commit 53d5cb18f1

@ -1566,7 +1566,7 @@ button.icon-button.active i.fa-retweet {
.loading-bar {
background-color: $ui-highlight-color;
height: 3px;
position: absolute;
position: fixed;
top: 0;
left: 0;
z-index: 9999;

Loading…
Cancel
Save