themebuilder: fix layout

This commit is contained in:
Abdullah Atta
2023-08-08 13:54:56 +05:00
parent 4b74cba4e4
commit 1136e43115

View File

@@ -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%"
}}
>