You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
When placed inside a div with .card class, the drown-down is not completely shown
The text was updated successfully, but these errors were encountered: