From 1f9ebeb629c91b0425599e2fd5ac4bb471520552 Mon Sep 17 00:00:00 2001 From: Vinicius Date: Fri, 6 Jul 2018 17:55:44 -0300 Subject: [PATCH] Set .resting-banner z-index to 1300, set #progress .bar z-index to 1600 (#10492) --- website/client/app.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/app.vue b/website/client/app.vue index 462f661a73..342de7a146 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -116,7 +116,7 @@ div /* Push progress bar above modals */ #nprogress .bar { - z-index: 1090 !important; /* Must stay above nav bar */ + z-index: 1600 !important; /* Must stay above nav bar */ } .restingInn { @@ -136,7 +136,7 @@ div background-color: $blue-10; position: fixed; top: 0; - z-index: 1030; + z-index: 1300; display: flex; .content {