diff --git a/src/app/globals.css b/src/app/globals.css index e2cdb3e3..30c9545d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -34,6 +34,8 @@ body { overscroll-behavior-x: none; /* Prevent touch gestures from triggering navigation */ touch-action: pan-y pinch-zoom; + overflow-y: initial !important; + width: 100% !important; } /* React Flow customizations */