GUI / covid-vaccine-spotter

https://www.vaccinespotter.org
MIT License
508 stars 136 forks source link

Map legend: text wraps and triggers scroll in overlay [Chrome Windows] #106

Closed jorupp closed 3 years ago

jorupp commented 3 years ago

I see this today in Chrome 89.0.4389.90 on Windows: image

I'm guessing the icons slightly increased in size (or spacing) in https://github.com/GUI/covid-vaccine-spotter/pull/104.

jorupp commented 3 years ago

Eye-balling it, changing #legend's height from 64px to 67px should be enough to fix it. Alternatively, overflow: hidden should work too.

clottman commented 3 years ago

I can create a PR for this.