diff --git a/web/static/style.css b/web/static/style.css index d7aebec..6bef7ef 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -9,8 +9,9 @@ html, body { #sidebar { height: 100%; + min-height: 0; /* flex items default to min-height:auto, preventing overflow scrolling */ overflow-y: auto; - padding: 1rem; + padding: 1rem 1rem 0; /* no bottom padding — WebKit ignores it on overflow containers */ } #map { @@ -46,7 +47,7 @@ html, body { #stop-list, #route-master-list { - padding-bottom: 1rem; + padding-bottom: 2rem; } #stop-list .stop-item {