codeforsanjose / disaster-response-sj

Exploration of adding civic tech component to San Jose disaster response
MIT License
7 stars 12 forks source link

updated modal structure #63

Closed lawrencety closed 5 years ago

lawrencety commented 5 years ago

Updated modal structure. Currently using a combination of inline-block, block, and float to get the desired outcome. There are some bugs still such as when the info get long, the modal stretches to fit it instead of turning into a scrollable section. I may refactor with flexbox and make it responsive if you're ok with this layout. Please let me know your thoughts.