a-b-street / 15m

New version of the 15-minute neighborhood tool
https://a-b-street.github.io/15m/
Apache License 2.0
6 stars 0 forks source link

Map controls have excessive bottom padding #19

Open michaelkirk opened 3 weeks ago

michaelkirk commented 3 weeks ago
Screenshot 2024-08-16 at 12 25 19

I saw this on both mobile and desktop safari - haven't tried other browsers.

dabreegster commented 3 weeks ago

Thanks! I'm using a CSS framework that auto-applies to all elements. I've added an override for this problem, but the geocoder search still has the problem, and I'm having trouble figuring out the right override. I'm working on switching to https://picocss.com/docs/conditional, which would only apply the CSS framework styles to elements underneath class="pico" and using this in the Layout component, which could apply to the top and left sections, but not the main map. Having some trouble with modals, but will clean this up after figuring it out.