GreenInfo-Network / nyc-crash-mapper-chart-view

Chart view for NYC Crash Mapper that allows for viewing Trends, Comparing, and Ranking of various NYC geographies
http://vis.crashmapper.org
MIT License
2 stars 1 forks source link

Layout breaks on IE #49

Closed clhenrick closed 6 years ago

clhenrick commented 6 years ago

Due to the main layout using CSS grid.

Options are to abort using CSS grid altogether, or have fallback CSS that will be supported by IE and is overwritten by Chrome, Firefox, etc.

clhenrick commented 6 years ago

Whoops, looks like I messed up the padding in the timeline area