Display dropdown list

I have a issue.
I create handsontable with multiple table.
If table1 have dropdown. If table1 have only 1 row, so dropdown list do not display.
But when I set height 200px, dropdwon list will be display. That shows the distance between tables also.
How to display dropwnlist and haven’t distance between tables?
Thanks,

Hi @ngocnguyen9895

Please share a code demo where the issue can be replicated.

Thanks, my code html here

and I customize css as below: ::ng-deep .wtHolder, ::ng-deep .wtHider, ::ng-deep .handsontable, ::ng-deep .ht_master { overflow: visible !important; position: relative; }

::ng-deep .htDropdown {
position: absolute !important;
z-index: 999999 !important;
}

::ng-deep .your-wrapper-class {
overflow: visible !important;
position: relative !important;
}
So, when scroll below of page and click any cells. That page will scroll in the top.

Hi @ngocnguyen9895

Please use a sandbox of your choice, like StackBlitz, to show the problem.