From 42d73f1c57f131e33d632de55d2b231f3fafd70c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 2 Mar 2022 14:25:07 +0100 Subject: Fix modal z-index Should be on top of the header too --- client/src/sass/include/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass/include') diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index e1d3716dd..f68f4e18d 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -167,12 +167,12 @@ $zindex: ( popover : 13000, tooltip : 14000, loadbar : 15000, - modal : 16000, dropdown : 17000, help-popover : 17000, privacymsg : 17500, header : 17500, notification : 18000, + modal : 19000, hotkeys : 19000 ); -- cgit v1.2.3