Autocomplete column, not visible

Tags: #<Tag:0x00007f135d469fe8> #<Tag:0x00007f135d469ea8>

Hello, now I am studying handsontable and try to implement it within my site.
I successfully add a handsontable, and set a column type as autocomplete. It is binded with array from ajax request. It works well.

My problem is, when I have only one or two empty rows in the table, the autocomplete column list is not properly visible. In fact, if the handsontable height is short, autocomplete list height is reduced to the height of handsontable. It does not overflow out of the table, like I see in many autocomplete example in this site.
I think I can correct css of handsontable but I have no clue. Any advice to resolve my trouble? I didn’t make any correction in css…
Thanks for your help.

Hi @ouisinon

It seems that the issue might be related to one of those listed on the GitHub board

depending on your setup.