theme: always put the progress bar on top

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

View File

@ -14,6 +14,7 @@
top: 0;
width: 100vw;
height: 2px;
z-index: 999;
}
/* https://codepen.io/holdencreative/pen/vEVbwv */