How do I prevent this 3-dot menu from being hidden? I am using the Table 9 component.
From the screenshot, it looks like there's an overflow: scroll
or overflow: auto
set on the table's container.
A scroll container will clip all elements inside it. That includes elements with absolute positioning or z-index like menus.
So I'd recommend either:
overflow: scroll
to a more-outer component in the page. That way the clipping wouldn't impact the menu