theme: use fixed position for loading progress bar

This commit is contained in:
Peter Cai 2020-04-14 16:06:40 +08:00
parent f7d93bf799
commit 0dbd4cbf08
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
} }
.loading-progress { .loading-progress {
position: absolute; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
width: 100vw; width: 100vw;