diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 7901790..2e14015 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -3369,7 +3369,7 @@ export default function App() { const mainStyle = { flex:1, overflowY: 'auto', - height: '100vh', + minHeight: 0, // Wichtig für Flex: verhindert dass Container über Elterngröße wächst ...(mobile ? { paddingBottom:'calc(56px + env(safe-area-inset-bottom, 0px))' } : {}), }; @@ -3378,14 +3378,14 @@ export default function App() { -