gin-table-scroll-wrapper hides drop down options if they expand beyond container
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3456018. -->
Reported by: [jaydarnell](https://www.drupal.org/user/667566)
Related to !439 !440
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>This problem didn't exist with 8.x-3.0.0-rc10. I recently updated to version 8.x-3.0.0-rc11 and that is when the problem began. I'm using the groups module on my site and I only have one group type. Now when I visit the group types page where I can see each type of group and an operations widget (with a drop down) I am unable to see any of the items from the dropdown as it expands beyond the container. If I scroll within the container I can see the drop down but its very difficult to select anything and not the intended behaviour. Please see the attached images of before and after.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>The issue appears to be on the .gin-table-scroll-wrapper class. The setting overflow: auto. If I change overflow to visible it works fine.</p>
> Related issue: [Issue #3406229](https://www.drupal.org/node/3406229)
> Related issue: [Issue #3417849](https://www.drupal.org/node/3417849)
issue