material-components-web-elm
material-components-web-elm copied to clipboard
Menu in ListItem doesn't overflow the ListItem
I'm trying to Implement a context menu for my ListItem. But whatever I do, the Menu is only shown partially (only inside the bounds of the ListItem). Ellie : Ellie
Here an updated version for 8.0.1: Ellie
mdc-deprecated-list-item has the property overflow:hidden, this causes the menu being only visible in the ListItem. And removing the overflow: auto from mcd-menu-surface removes the appearing scrolling wheels. The only thing misbehaving right now are the ripples.
If you would add to the style of mdc-deprecated-list-item__ripple overflow:hidden the ripple animation stays inside of each ListItem.