[Glitch] Fix being able to scroll away from the loading bar in web UI
Port a8e27ac4d1
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main
parent
392ca0472a
commit
277c3fa816
|
@ -1566,7 +1566,7 @@ button.icon-button.active i.fa-retweet {
|
||||||
.loading-bar {
|
.loading-bar {
|
||||||
background-color: $ui-highlight-color;
|
background-color: $ui-highlight-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