diff --git a/src/app/globals.css b/src/app/globals.css index c85edff..b3a04b8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -715,10 +715,11 @@ html { .light-sweep { animation: none !important; opacity: 0 !important; } } -html, body { overflow-x: hidden; overflow-x: clip; max-width: 100%; } +html, body { overflow-x: hidden; overflow-x: clip; max-width: 100%; position: relative; } /* Catch-all guard against horizontal overflow */ -main, footer, nav, section, header { max-width: 100%; overflow-x: clip; } +main, footer, nav, section, header { max-width: 100%; overflow-x: hidden; overflow-x: clip; } +main { width: 100%; } /* === GLOBAL RESPONSIVE GUARDS === */ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 60a82db..5fb6d8b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -67,7 +67,7 @@ export default function RootLayout({ {children} {/* WhatsApp Floating Button */} - +