Fix being able to scroll away from the loading bar in web UI (#18170)

lolsob-rspec
Eugen Rochko 2022-04-29 00:15:27 +02:00 committed by GitHub
parent 0301eef266
commit c803c1a8db
1 changed files with 1 additions and 1 deletions

View File

@ -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;