Fixed zindex for progress bar (#9922)

This commit is contained in:
Keith Holliday
2018-02-01 17:12:34 -07:00
committed by Sabe Jones
parent 3e0a7c70ed
commit 56539100e3

View File

@@ -103,7 +103,7 @@ div
/* Push progress bar above modals */
#nprogress .bar {
z-index: 1041;
z-index: 1043; /* Must stay above nav bar */
}
</style>