From 6e6a1c0c1d1678c460481270a4e1f93b86ab466b Mon Sep 17 00:00:00 2001 From: IDONTSUDO Date: Thu, 25 Jul 2024 12:00:03 +0300 Subject: [PATCH] overflow --- .../presentation/forms/solid_body/solid_body_form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/features/scene_manager/presentation/forms/solid_body/solid_body_form.tsx b/ui/src/features/scene_manager/presentation/forms/solid_body/solid_body_form.tsx index 0cd3c40..de2be72 100644 --- a/ui/src/features/scene_manager/presentation/forms/solid_body/solid_body_form.tsx +++ b/ui/src/features/scene_manager/presentation/forms/solid_body/solid_body_form.tsx @@ -16,12 +16,12 @@ export const SolidBodyForm = observer((props: IDefaultSceneManagerFormProps) => }, []); return ( -
+
<> {match(store.solidBodyStoreType) .with(SolidBodyStoreType.previewSolid, () => ( <> - +