diff --git a/frontend/src/components/Layout.jsx b/frontend/src/components/Layout.jsx index 1025586..f1c40b6 100644 --- a/frontend/src/components/Layout.jsx +++ b/frontend/src/components/Layout.jsx @@ -56,7 +56,9 @@ export default function Layout() { ...(isMobile ? { position: 'fixed', top: 0, left: sidebarOpen ? 0 : -220, height: '100dvh', zIndex: 300, transition: 'left 0.25s ease', - } : {}), + } : { + position: 'sticky', top: 0, height: '100dvh', overflowY: 'auto', + }), }}> {/* Logo */}