From 435990290a61ca6fdb679e6b076ef9157b89a6ce Mon Sep 17 00:00:00 2001 From: Kimsible Date: Wed, 21 Jul 2021 13:33:14 +0200 Subject: Correct privacymsg z-index to avoid hover dropdown on scroll --- client/src/sass/include/_variables.scss | 3 ++- 1 file changed, 2 insertions(+), 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 396dae0e2..e0a4c7d3f 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -159,8 +159,8 @@ $variables: ( $zindex: ( miniature : 10, - privacymsg : 20, sub-menu : 12500, + overlay : 12550, menu : 12600, search-typeahead: 12650, popover : 13000, @@ -169,6 +169,7 @@ $zindex: ( modal : 16000, dropdown : 17000, help-popover : 17000, + privacymsg : 17500, header : 17500, notification : 18000, hotkeys : 19000 -- cgit v1.2.3