From b333b0e24dd187c09665e570f9cc2f6c20a1615f Mon Sep 17 00:00:00 2001 From: Muhammed Yusuf <32941435+myusf01@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:01:12 +0300 Subject: [PATCH] Menu gets behind of some custom nodes. --- web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index 5b6b9ec57..692fa31d6 100644 --- a/web/style.css +++ b/web/style.css @@ -88,7 +88,7 @@ body { top: 50%; right: 0; text-align: center; - z-index: 100; + z-index: 999; width: 170px; display: flex; flex-direction: column;