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

Can not overflow size of a parent div (like in-line in a data grid) unless overflow: visible (but then parent can not scroll) #19

Open
NOA-Alex opened this issue Feb 11, 2022 · 1 comment

Comments

@NOA-Alex
Copy link

I want to use the Custom Dropdown Widget within a Data Grid 2 table. For example to set the language of a document or the country of a phone number while in table view.
The table is using virtual scrolling on x and regular scrolling on y (if the table is wider than the parent). The regular dropdown opens and shows beyond and on top the x or y scrollbar. While the Custom Dropdown Widget activates and stays within the view surrounded by the scrollbars.
The only way I can make the Custom Dropdown Widget extend beyond area is to set overflow: visible. But then the table does not has any scrollbars at all (even when they are needed when the table is too wide or too long).
Trying to work with position relative, absolute, z-index, etc. did not solved the issue.

@fpellanda
Copy link

This PR looks promising for the issue. #47

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