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
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
Clicking a menu in DataTable often causes scrolling, when really I want overflow. I partially fixed the issue with overflow: visible, but it still doesn't work right. I don't know enough about CSS, nor why the MDC classes seem to make overflow hidden.
Perhaps they discourage putting form elements in a data table, in which case I need a different component that looks similar.