fix progress bar hidden behind the menu

This commit is contained in:
Matteo Pagliazzi
2018-02-02 09:57:39 +01:00
parent 48bcc1e968
commit 4580b33e43

View File

@@ -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>