Gin makes Navigation toolbar position fixed
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3531109. --> Reported by: [vegardjo](https://www.drupal.org/user/152448) Related to !627 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>If you enable both core Navigation module, and Gin Toolbar module, the Gin theme sets the position of the navigation toolbar to <code>fixed</code>, while it needs to be set to <code>sticky</code> to not overlay the content of the page:</p> <p><img src="https://www.drupal.org/files/issues/2025-06-19/gin-and-navigation.gif" alt="gif showing change when changing position"></p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Enable Navigation module and Gin Toolbar module</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Change CSS positioning from fixed to sticky. This is the code: <a href="https://git.drupalcode.org/project/gin/-/tree/5.0.x/styles?ref_type=heads#L60">https://git.drupalcode.org/project/gin/-/tree/5.0.x/styles?ref_type=heads#L60</a></p> <p>Note: It was changed in this commit from 2 days ago, so could be there were good reasons for it: <a href="https://git.drupalcode.org/project/gin/-/commit/077c77768c82e898379515bcfcc15d31c943cf97#194e51d4f7ee5fee01c4958da61a1511befb7f56">https://git.drupalcode.org/project/gin/-/commit/077c77768c82e898379515bcfcc15d31c943cf97#194e51d4f7ee5fee01c4958da61a1511befb7f56</a></p>
issue