openstreetmap-tools/web/static
Edward Betts f2989caaec Fix sidebar scroll not reaching last stop
Two issues:
1. Flex items default to min-height:auto, which allows them to grow
   beyond the flex container instead of being constrained and scrolling.
   Add min-height:0 to #sidebar so overflow-y:auto works correctly.
2. WebKit ignores padding-bottom on overflow containers entirely.
   Remove it from #sidebar and increase padding-bottom on #stop-list
   and #route-master-list (children inside the scroll container, where
   padding-bottom is respected) from 1rem to 2rem.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 20:57:16 +00:00
..
app.js Use url_for() for all internal URLs; fix ProxyPass compatibility 2026-02-27 20:31:01 +00:00
favicon.svg Add web frontend and refactor core to use OsmError 2026-02-27 18:59:21 +00:00
style.css Fix sidebar scroll not reaching last stop 2026-02-27 20:57:16 +00:00