fix(loading bar): always above other elements

This commit is contained in:
Matteo Pagliazzi
2018-05-18 13:42:44 +02:00
parent b2edd1d932
commit a0c51ee4ca
+1 -1
View File
@@ -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 {