-
Notifications
You must be signed in to change notification settings - Fork 66
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
Inside overflow: scroll
container => suggestions not overlapping the container
#99
Comments
@JaySunSyn , what's the issue? |
@ndormont yes, the issue is that the suggestions are not overlapping the dialog. A
|
I had the same issue with a |
Yes, indeed, I need it to be scrollable.
|
overflow: scroll
containeroverflow: scroll
container => not overlapping the container
This would work I guess:
|
Still think that |
overflow: scroll
container => not overlapping the containeroverflow: scroll
container => suggestions not overlapping the container
Introducing this change could be considered a breaking change, that's why
in the past I preferred to don't change it.
In the future, we could push a new breaking change version and this can be
considered.
Thanks for the comments by the way
…On Fri, Dec 8, 2017, 11:44 Jalal Fathi ***@***.***> wrote:
Still think that position: fixed should be the default.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUumU6FpIM6xfj6p4-GghZv7PThk6RQks5s-RMJgaJpZM4Q0elz>
.
|
I guess this is kind of the same problem so I won't open new issue but comment here - even when the when navigating with keyboard the selection goes "out of view" and is thus pretty unusable. The Vaadin ComboBox has a nice feature that when it is near the bottom edge of the browser it opens it popup list above the input, not below it. So perhaps borrowing some ideas from these two would help to make a perfect popup list :) |
It worked for me. I would suggest to close this issue |
How to use
paper-autocomplete
inside a scrollable container?e.g. inside
paper-dialog-scrollable
the suggestions are not overlapping the dialog:Thanks.
The text was updated successfully, but these errors were encountered: