mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Fixed zindex for progress bar (#9922)
This commit is contained in:
committed by
Sabe Jones
parent
3e0a7c70ed
commit
56539100e3
@@ -103,7 +103,7 @@ div
|
||||
|
||||
/* Push progress bar above modals */
|
||||
#nprogress .bar {
|
||||
z-index: 1041;
|
||||
z-index: 1043; /* Must stay above nav bar */
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user