theme: use fixed position for loading progress bar
parent
f7d93bf799
commit
0dbd4cbf08
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
.loading-progress {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100vw;
|
||||
|
|
Loading…
Reference in New Issue