openstreetmap-tools/web
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
..
static Fix sidebar scroll not reaching last stop 2026-02-27 20:57:16 +00:00
templates Use url_for() for all internal URLs; fix ProxyPass compatibility 2026-02-27 20:31:01 +00:00
app.py Add API docs page and update README/AGENTS 2026-02-27 19:03:37 +00:00
wsgi.py Add WSGI ProxyFix. 2026-02-27 20:33:29 +00:00