From 4580b33e43886e73042be61ca996aa0b9aa7c461 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Fri, 2 Feb 2018 09:57:39 +0100 Subject: [PATCH] fix progress bar hidden behind the menu --- 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 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 */ }