mydea / handsontable-chosen-editor

Use a chosen select field in a Handsontable.
http://mydea.github.io/handsontable-chosen-editor/
MIT License
63 stars 36 forks source link

Chosen Editor Dropdown menu hide by Another Handsontable Headers #21

Open Kranthi32 opened 1 year ago

Kranthi32 commented 1 year ago

I am using two tables with some data , if i select first table drop down it was not visible perfectly some data not showing by another table header.

image Please Find Image. I raise this query in Handson forum also.

misdi commented 1 year ago

is there any solution for this issue?

Kranthi32 commented 1 year ago

Hi, I use below css in my code for this issue.

.htAutocompleteArrow { border-top: unset; }

.handsontable.listbox{ z-index:999; top:0px; background: #000; }

.handsontable table.htCore{ border:1px solid #ccc !important; }

.htColumnHeaders { height: unset !important; overflow: unset !important; }

.ht_clone_top.handsontable { z-index: 0; }