From 92349eebb6a13677f106a7ea248fe77ef5b5359b Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Mon, 7 Jul 2025 19:20:05 +0800 Subject: [PATCH] Fix hamburger menu button click issue - Add dropdown-hover class for better interaction - Add onClick handler to ensure proper focus management - Increase z-index from z-[1] to z-[100] to prevent overlay issues - Remove conflicting tabindex from menu items - Add border and hover effects for better visual feedback --- src/App.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 92dbbb2..1351d7e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -50,18 +50,18 @@ function App() { {/* Fixed Navigation */}