Header region sticky on top in mobile.
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3379992. --> Reported by: [djsagar](https://www.drupal.org/user/3578351) Related to !300 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Header region sticky on top in mobile. The sticky css is there which is working on tab but creating issue on mobile.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ul> <li>Install gin</li> <li>Go to admin/appearance/settings/gin</li> <li>convert to mobile screen size</li> <li>Scroll down the page.</li> </ul> <p><strong>Note:- This is not related to table issue and this issue also replicate in home page. </strong></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Header section should be on top</p> <pre>.region-sticky {top:0;}</pre>
issue