diff --git a/src/App.jsx b/src/App.jsx index 4f2ac43..6fa2aa7 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -744,7 +744,7 @@ function AppContent() { {/* Fixed Desktop Sidebar */} {!isMobile && (
@@ -837,11 +837,10 @@ function AppContent() { }} aria-label="Close sidebar" /> -
e.stopPropagation()} onTouchStart={(e) => e.stopPropagation()} > diff --git a/src/components/Sidebar.jsx b/src/components/Sidebar.jsx index b530b4e..d31cc4f 100644 --- a/src/components/Sidebar.jsx +++ b/src/components/Sidebar.jsx @@ -467,7 +467,6 @@ function Sidebar({
{/* Header */}
@@ -501,11 +500,10 @@ function Sidebar({ )}
- + {/* Mobile Header */} -