X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fhotkeys%2Fhotkeys.component.scss;h=02c8c59aa7a34c3786c0141a487c65bf746479cb;hb=9677fca772349248925da6c5f34f600e9a2abbe6;hp=3aa0b625266e4531260bf06b513ae938051f29e7;hpb=187a00f0852e82580574aa0a37eae2fcb969db23;p=github%2FChocobozzz%2FPeerTube.git 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; }