From 2da5cd9637ca2c92d6e0ca8ab370d7a18642889e Mon Sep 17 00:00:00 2001 From: DDD1542 Date: Wed, 11 Mar 2026 19:49:17 +0900 Subject: [PATCH] [agent-pipeline] pipe-20260311104251-xw7c round-2 --- .../components/screen/panels/V2PropertiesPanel.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/frontend/components/screen/panels/V2PropertiesPanel.tsx b/frontend/components/screen/panels/V2PropertiesPanel.tsx index 36a20eea..c2c34114 100644 --- a/frontend/components/screen/panels/V2PropertiesPanel.tsx +++ b/frontend/components/screen/panels/V2PropertiesPanel.tsx @@ -364,7 +364,7 @@ export const V2PropertiesPanel: React.FC = ({ } }} placeholder="100" - className="h-7 text-xs" + className="h-7 w-full text-xs" />
@@ -396,20 +396,17 @@ export const V2PropertiesPanel: React.FC = ({ }} step={1} placeholder="10" - className="h-7 text-xs" + className="h-7 w-full text-xs" />
- - {/* Z-Index */} -
- Z-Index -
+
+ handleUpdate("position.z", parseInt(e.target.value) || 1)} - className="h-7 text-xs" + className="h-7 w-full text-xs" />