From 08a9e349f2bb941a984a4b3967fa55c548a38b22 Mon Sep 17 00:00:00 2001 From: NotiBot Date: Tue, 3 Feb 2026 17:00:19 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20overflow-x-hidden=20von=20Wrapper/Main?= =?UTF-8?q?=20entfernt=20=E2=80=94=20schnitt=20rechte=20Seite=20ab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nur noch overflow-x:clip auf #root + overflowX:clip auf TaskCard-Wrapper. Die gestapelten overflow-hidden auf 3 Ebenen haben Content rechts abgeschnitten. --- client/src/App.tsx | 4 ++-- client/src/index.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index ef5ab9c..3608ef8 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -349,7 +349,7 @@ function AppContent() { -
+
{/* Mobile Header with Sidebar Toggle */}
@@ -360,7 +360,7 @@ function AppContent() { {t('app.title')}
-
+