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/app/core/hotkeys/hotkeys.component.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/src/app/core') diff --git a/client/src/app/core/hotkeys/hotkeys.component.scss b/client/src/app/core/hotkeys/hotkeys.component.scss index 3aa0b6252..02c8c59aa 100644 --- a/client/src/app/core/hotkeys/hotkeys.component.scss +++ b/client/src/app/core/hotkeys/hotkeys.component.scss @@ -1,3 +1,5 @@ +@import '_mixins'; + .cfp-hotkeys-container { display: flex !important; align-items: center; @@ -23,7 +25,7 @@ } .cfp-hotkeys-container.fade.in { - z-index: 10002; + z-index: z(hotkeys); visibility: visible; opacity: 1; } -- cgit v1.2.3