Skip to content

Commit 6a3aa57

Browse files
committed
auto height
1 parent 436a7ed commit 6a3aa57

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/layout

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/layout/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export function setTransform({ top, left, width, height }: Position): Record<str
209209
msTransform: translate,
210210
OTransform: translate,
211211
width: `${width}px`,
212-
height: `${height}px`,
212+
height: `auto`,
213213
position: "absolute",
214214
};
215215
}

0 commit comments

Comments
 (0)