score:3

set minheight to ant-table-body

.ant-table-body {
  min-height: 500px;
}

refer to the scroll zone

<table
  scroll={{ y: 500, x: 500 }}
...

enter image description here


Related Query

More Query from same tag