mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-04-23 21:59:50 -05:00
fix(loading bar): always above other elements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user