From 3e3b360c53f43f354fe9b191b69cda444fabf712 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Jun 2022 16:01:35 +0200 Subject: Fix notification z-index with modals --- client/src/sass/include/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/sass/include') diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 776e820be..6102e32f1 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -173,9 +173,9 @@ $zindex: ( help-popover : 17000, privacymsg : 17500, header : 17500, - notification : 18000, modal : 19000, - hotkeys : 19000 + hotkeys : 19000, + notification : 20000 ); @function z($label) { -- cgit v1.2.3