Closed erikjasso closed 2 years ago
I pulled this branch and tested the dropdown. They work! Thanks @erikjasso!
I’m not a frontend person but this comment made sense to me:
When declared as Leaflet Control, the select menus in Isochrone controls don't expand. Declare the controls off the map and use CSS to place them on top of the map.
It seems like you changed this:
<Control position="topleft" className="isochrone-controls">
To this:
<div className="isochrone-controls">
I'm going to mark approve unless @youngj has any objections.
I pulled this branch and tested the dropdown. They work! Thanks @erikjasso!
I’m not a frontend person but this comment made sense to me:
When declared as Leaflet Control, the select menus in Isochrone controls don't expand. Declare the controls off the map and use CSS to place them on top of the map.
It seems like you changed this:
<Control position="topleft" className="isochrone-controls">
To this:
<div className="isochrone-controls">
I'm going to mark approve unless @youngj has any objections.
Fixes #16. Makes Isochrone controls sibling of map, then uses CSS to position them on top of map below zoom controls.