Gin 5.0.13 clips dropbutton in shallow tables
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3593126. -->
Reported by: [josephcheek](https://www.drupal.org/user/228033)
Related to !793
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Dropbutton operations menu clipped/hidden on shallow tables, such as entity listing pages (/admin/structure/eck with only one entity) since 5.0.13</p>
<p><img src="https://www.drupal.org/files/issues/2026-06-01/gin-5.0.12.png" alt="5.0.12 works"><br>
5.0.12 works</p>
<p><img src="https://www.drupal.org/files/issues/2026-06-01/gin-5.0.13.png" alt="5.0.13 does not work"><br>
5.0.13 doesn't work</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p> 1. Install ECK module and create an entity type with multiple bundles<br>
2. Navigate to /admin/structure/eck<br>
3. Click down arrow on "operations" dropdown by "Add content"<br>
4. Verify dropdown menu clipped below "Content list" (missing: "Bundle list", "Edit", "Delete")<br>
5. Inspect, verify menu options are indeed in HTML, just clipped (perhaps from #3571864)</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Rework CSS to not clip dropdowns in shallow tables (z-index? overflow?).</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>Rework CSS to not clip dropdowns in shallow tables (z-index? overflow?).</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>removing clipping may impact other tables or dropdowns 8-/.</p>
<h3 id="summary-api-changes">API changes</h3>
<p>None</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>None</p>
> Related issue: [Issue #3571864](https://www.drupal.org/node/3571864)
issue