As a follow up to T369934: [Timebox] MenuButton gets cut off in a table, action menus appear to be visually cut off in tables in certain circumstances.
When there are only a few line items in a table where each row contains a hover-able action menu link, hovering over the menu link shows a cropped menu box that the user needs to scroll thru in order to see all options:
It would be a better user experience if the action menu were fully visible in this particular circumstance where the table container is smaller than the rendered view of the action menu.
Note: this issue does not occur when there are more rows in a table.
Reproducible at https://mpic-next.wikimedia.org/ which at the time of this writing contains 2 rows.
As a workaround for desktop, we can override styles to prevent this behavior:
.my-class .cdx-table__table-wrapper {
overflow: unset;
}Reference: https://wikimedia.slack.com/archives/C03DKGSEPL2/p1731606591247599


