My goal: I am trying to have the table on a page (as a dashboard) be fitted to the page so its flexible to the screen size.
Issue: I have setup my page as follows: the main page body has a container that is fitted, and contains a table that is fitted. The problem is that the bottom row of the table has drop-down tag that are inaccessible.
Is there a better way I can be designing this page?
Wanted to throw my +1 here as well.
I've similarly found a temporary workaround where you can force the list to re-render on screen if you search the tag list for something that doesn't exist (you need to force the "no results" text), delete the search text so that the full list of options renders, then move your cursor. While this does seem to work consistently, it feels like a work-around, so not a great long term solution.