diff --git a/packages/client/src/components/app/container/GridContainer.svelte b/packages/client/src/components/app/container/GridContainer.svelte index 9734998f79..0ea78c583a 100644 --- a/packages/client/src/components/app/container/GridContainer.svelte +++ b/packages/client/src/components/app/container/GridContainer.svelte @@ -66,6 +66,7 @@ height: auto; max-height: 100%; max-width: 100%; + min-width: 0; /* On desktop, use desktop metadata and fall back to mobile */ --col-start: var(--grid-desktop-col-start, var(--grid-mobile-col-start, 1));