diff --git a/website/client/app.vue b/website/client/app.vue index 2384eb4d6a..786e4a663f 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -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 */ }