overflow
This commit is contained in:
parent
6003cfde04
commit
6e6a1c0c1d
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ export const SolidBodyForm = observer((props: IDefaultSceneManagerFormProps) =>
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<div style={{ display: "flex", flexDirection: "column", alignItems: "center" }}>
|
||||
<div style={{ display: "flex", flexDirection: "column", alignItems: "center", overflowX: "auto", height: "100%" }}>
|
||||
<>
|
||||
{match(store.solidBodyStoreType)
|
||||
.with(SolidBodyStoreType.previewSolid, () => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue