mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
fix(loading bar): always above other elements
This commit is contained in:
parent
b2edd1d932
commit
a0c51ee4ca
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ div
|
|||
|
||||
/* Push progress bar above modals */
|
||||
#nprogress .bar {
|
||||
z-index: 1043 !important; /* Must stay above nav bar */
|
||||
z-index: 1090 !important; /* Must stay above nav bar */
|
||||
}
|
||||
|
||||
.restingInn {
|
||||
|
|
|
|||
Loading…
Reference in a new issue