aclu-people-power / map

ACLU People Power Map
MIT License
3 stars 12 forks source link

Flexbox fix affecting map in safari #111

Closed stuartsan closed 7 years ago

stuartsan commented 7 years ago

Fixes #109

Map wasn't working in safari in the mobile-ish layout because a flex container child was trying to specify 100% height -- safari is not into it, see http://stackoverflow.com/questions/33636796/chrome-safari-not-filling-100-height-of-flex-parent.

Fixes by further embracing the flex. I've tested this pretty thoroughly across browsers and it looks good.

cbcowans commented 7 years ago

👍