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" />