Fix horizontal scrolling when using Navigation module
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3548029. -->
Reported by: [karinepaquette](https://www.drupal.org/user/3587275)
Related to !698
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When using Navigation core module, an horizontal scroll is added by the width of the container .region-sticky__items</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>Install Gin Admin Theme</li>
<li>Install Navigation</li>
<li>Go to whatever page and scroll horizontally</li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<pre>.region-sticky__items {<br>width: calc(100% - var(--drupal-displace-offset-left, 0px));<br>}</pre>
issue