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

Drop-down doesn't display when TagSelector is inside a .card div #13

Open
lordlothar99 opened this issue Jan 14, 2022 · 2 comments
Open

Comments

@lordlothar99
Copy link

When placed inside a div with .card class, the drown-down is not completely shown

image

@InnovativeNinja
Copy link

@lordlothar99 This is because the .card class defines overflow: hidden;

Resetting the overflow attribute on the cards' class fixes this, but might introduce other boxing issues with the cards' content:
overflow: visible !important;

I would argue that this is not an issue of the TagSelector component, but rather the styling of the host container. Knowing the suggestion list will overflow the .card class is not semantically correct here.

image
image

@lordlothar99
Copy link
Author

lordlothar99 commented Feb 6, 2023 via email

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