diff --git a/app/(root)/layout.tsx b/app/(root)/layout.tsx index c8a4234..05ff627 100644 --- a/app/(root)/layout.tsx +++ b/app/(root)/layout.tsx @@ -40,7 +40,7 @@ export default function PageLayout({ return (
-
{children}
+
{children}
); diff --git a/app/globals.css b/app/globals.css index 95a8b23..578b422 100644 --- a/app/globals.css +++ b/app/globals.css @@ -6,12 +6,10 @@ html { height: 100%; width: 100%; font-family: "Poppins", sans-serif; - overflow-x: hidden; } body { user-select: text; - overflow-x: clip; } * {