From 47d1d98134a68158d07aa51df3dc9a4995078bf1 Mon Sep 17 00:00:00 2001 From: Xiaohan-Tian <157918347+Xiaohan-Tian@users.noreply.github.com> Date: Sun, 17 May 2026 13:51:43 -0700 Subject: [PATCH] fix: dropdown list in the main ToolBar is lower than event list panel's dropdown label button --- src/components/Toolbar.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Toolbar.css b/src/components/Toolbar.css index 258eebb..aac08f2 100644 --- a/src/components/Toolbar.css +++ b/src/components/Toolbar.css @@ -7,6 +7,8 @@ height: 50px; padding: 0 10px; border-bottom: 1px solid #3a3a3a; + position: relative; + z-index: 2000; } .toolbar-left,