diff --git a/.changeset/quiet-carrots-yell.md b/.changeset/quiet-carrots-yell.md new file mode 100644 index 0000000000..917706991b --- /dev/null +++ b/.changeset/quiet-carrots-yell.md @@ -0,0 +1,5 @@ +--- +"@bigcommerce/catalyst-core": patch +--- + +Set a min width to body. diff --git a/core/app/[locale]/layout.tsx b/core/app/[locale]/layout.tsx index 54e3a11b08..593acf58d3 100644 --- a/core/app/[locale]/layout.tsx +++ b/core/app/[locale]/layout.tsx @@ -67,7 +67,7 @@ export default function RootLayout({ children, params: { locale } }: RootLayoutP return ( - + {children}