diff --git a/frontend/src/App.vue b/frontend/src/App.vue index c8628eeb..fcc7b8f3 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -666,6 +666,8 @@ export default { flex: 1; overflow: hidden; min-height: 0; + min-width: 0; + max-width: 100%; } /* Sidebar */ @@ -881,8 +883,11 @@ export default { .main-content { flex: 1; overflow-y: auto; + overflow-x: hidden; background: var(--bg-canvas); min-height: 0; + min-width: 0; + max-width: 100%; padding-bottom: 32px; /* Platz für Statusleiste (24px + 8px padding) */ } @@ -918,6 +923,9 @@ export default { .content { padding: 1.5rem; min-height: 100%; + min-width: 0; + max-width: 100%; + box-sizing: border-box; } .content.content-full-height {