We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a55be commit 21ced62Copy full SHA for 21ced62
client/packages/lowcoder/src/comps/comps/gridLayoutComp/canvasView.tsx
@@ -230,6 +230,9 @@ export const CanvasView = React.memo((props: ContainerBaseProps) => {
230
{...gridLayoutCanvasProps}
231
bgColor={bgColor}
232
radius="0px"
233
+ emptyRows={defaultRowCount}
234
+ minHeight={defaultMinHeight}
235
+ extraHeight={defaultRowCount === DEFAULT_ROW_COUNT ? rootContainerExtraHeight : undefined }
236
/>
237
</Profiler>
238
</UICompContainer>
0 commit comments