Horizontal scroll on route pages on small screens
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3594080. --> Reported by: [markconroy](https://www.drupal.org/user/336910) Related to !14 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>e.g. buses/routes/OP539/32</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>This is not happening on a default installation, but I have seen it on a live website. </p> <p>reduce size of screen</p> <p>there's a horizontal scroll because of the tab.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add this: </p> <pre>.bus-timetable__scroll-wrapper {<br>&nbsp; contain: inline-size;<br>}</pre>
issue