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

Fix user search suggestions z-index/overflow-hidden #71

Open
Gummibeer opened this issue Apr 22, 2021 · 0 comments
Open

Fix user search suggestions z-index/overflow-hidden #71

Gummibeer opened this issue Apr 22, 2021 · 0 comments

Comments

@Gummibeer
Copy link
Member

Right now the user-autocomplete on the homepage hero section is limited to 3 results as the required overflow-hidden on some wrapping elements cuts of the absolute positioned suggestions as well and/or make the container scroll.
The wanted result is that they are positioned and z-indexed "outside" the hero section and are just an overlay that can show 3, 5 or even 10 results without any other element scrolling and also not getting cut by any container.

Here's a screenshot of the current behavior - you can see that the results are cut-off and there's a scrollbar on the right.
Bildschirmfoto 2021-04-22 um 10 30 53

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

No branches or pull requests

1 participant