Scrollbar overlapping core navigation module in collapsed mode
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3573855. -->
Reported by: [sebish](https://www.drupal.org/user/863814)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When core Navigation module is enabled with Gin, if the menu in navigation as enough item for the viewport and a scrollbar is necessary, the scrollbar overlap the menu items in collapsed mode.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ul>
<li>Enable Navigation Core Module</li>
<li>Enable Gin</li>
<li>Add enough items at the first level in menu "Administration"</li>
<li>Open an admin page and collapse the navigation menu</li>
</ul>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Anticipate enough space in the collapsed version of the navigation in Gin to allow the scrollbar to not overlap the content.</p>
issue