From a0c51ee4ca5bb68ffacb3b35d3d1584030f37a8e Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Fri, 18 May 2018 13:42:44 +0200 Subject: [PATCH] fix(loading bar): always above other elements --- website/client/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/app.vue b/website/client/app.vue index 3f9031a071..5c87315d0e 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -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 {