From cc1e7602a7272fd71b88d04e9967505be59e4f5f Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Tue, 30 Jul 2024 12:44:49 +0200 Subject: [PATCH] Ensure that the moderation drop-down menu does not get hidden behind other elements --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 9d7414e..64049ac 100644 --- a/css/index.css +++ b/css/index.css @@ -1698,7 +1698,7 @@ font-size: large; position: absolute; top: 100%; right: -1px; - z-index: 90; + z-index: 110; padding: 6px; background: var(--neutral-light-color); font-weight: normal;