diff --git a/apps/theme-builder/src/index.tsx b/apps/theme-builder/src/index.tsx index eda5766044..797f98f5da 100644 --- a/apps/theme-builder/src/index.tsx +++ b/apps/theme-builder/src/index.tsx @@ -34,7 +34,7 @@ async function renderApp() { sx={{ display: "flex", "#app": { flex: 1, height: "unset" }, - "& > :first-child": { flex: 1 }, + "& > :first-child:not(#menu-wrapper)": { flex: 1 }, height: "100%" }} >