NYCPlanning / ae-cp-map

The front end for Application Engineering's capital projects map.
0 stars 0 forks source link

Update pointerEvents style selector to only apply to direct children #81

Closed TylerMatteo closed 1 month ago

TylerMatteo commented 1 month ago

Closes #72

This PR changes the selector for a couple pointerEvents: "auto" styles from * to > *. This fixes a bug where clicking the down chevron icon on <Select> components wouldn't work. By making this selector more specific, the various panels rendered on top of the map work as intended without this style applying to things within the panels.