diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index cc0c106..266d4dc 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -354,21 +354,25 @@ const AppLayout = ({ children }) => { boxShadow: designTokens.shadows.small, position: 'sticky', top: 0, - zIndex: 99 + zIndex: 99, + overflow: 'visible' }}> {user && (