mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix progress bar hidden behind the menu
This commit is contained in:
@@ -103,7 +103,7 @@ div
|
||||
|
||||
/* Push progress bar above modals */
|
||||
#nprogress .bar {
|
||||
z-index: 1043; /* Must stay above nav bar */
|
||||
z-index: 1043 !important; /* Must stay above nav bar */
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user