Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chosen Editor Dropdown menu hide by Another Handsontable Headers #21

Open
Kranthi32 opened this issue Oct 6, 2022 · 2 comments
Open

Comments

@Kranthi32
Copy link

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
Copy link

misdi commented Dec 5, 2022

is there any solution for this issue?

@Kranthi32
Copy link
Author

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants