Content-Length: 257304 | pFad | http://github.com/lowcoder-org/lowcoder/commit/21ced62d29c675b3658cad606ec2505e42ed6340
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>
Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/21ced62d29c675b3658cad606ec2505e42ed6340
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments