From 36f2981f7d586cea206e4c143c18cf866a4e3acd Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 13 Feb 2020 15:09:31 +0100 Subject: Manage z-indexes in variables --- client/src/sass/loading-bar.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client/src/sass/loading-bar.scss') diff --git a/client/src/sass/loading-bar.scss b/client/src/sass/loading-bar.scss index 7d687d479..d584b7c67 100644 --- a/client/src/sass/loading-bar.scss +++ b/client/src/sass/loading-bar.scss @@ -1,3 +1,4 @@ +@import '_mixins'; // Thanks: https://github.com/aitboudad/ngx-loading-bar/blob/master/loading-bar.css /* Make clicks pass-through */ @@ -20,7 +21,7 @@ background: var(--mainColor); position: fixed; - z-index: 10002; + z-index: z(loadbar); top: 0; left: 0; width: 100%; @@ -50,7 +51,7 @@ #loading-bar-spinner { display: block; position: fixed; - z-index: 10002; + z-index: z(loadbar); top: 10px; left: 10px; } -- cgit v1.2.3