maptimeLA / neighborhoods

Haikus for Los Angeles map
http://maptimela.github.io/neighborhoods/
4 stars 2 forks source link

Scrolling neighborhood count box #13

Open matikin9 opened 8 years ago

matikin9 commented 8 years ago

As we add haikus for more neighborhoods (yay) that count box is going to get really long. We should limit the height and add a scrollbar for overflow (styled to match the semi-transparent look of the box).

michaelkirk commented 8 years ago

Good idea.

Potential snag: The map overlay is inside of the map object, so the scroll event is hijacked by the map zoom feature. We might have to move the overlay out of the map container and restyle accordingly.