From 21fc9f33fb484343f6f6798a6c06abd6d8674c4e Mon Sep 17 00:00:00 2001 From: ilia Date: Fri, 2 Jan 2026 15:33:39 -0500 Subject: [PATCH] fix: Improve navigation component styling and functionality - Add relative positioning to navigation elements for better stacking context - Ensure side menu closes when navigating to Upload and Leaderboard links - Adjust z-index values for side menu and overlay to improve layering --- components/Navigation.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 0e4727c..0e67ddf 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -29,14 +29,14 @@ export default function Navigation() { return ( <> -