diff --git a/app/components/layout/index.module.css b/app/components/layout/index.module.css index 47785c6cf..4aa4516cb 100644 --- a/app/components/layout/index.module.css +++ b/app/components/layout/index.module.css @@ -1,5 +1,7 @@ .container { - width: 100%; + flex: 1; + min-width: 0; + overflow-x: hidden; } .header {