Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix google maps scrolling issue (#2245)
After PR #2189, google map tiles with KML coordinates drawn don't let the user scroll or pan. This PR removes the listener added as a quick-fix, and instead fixes a CSS bug that caused map heights to sometimes be set to 0. Before: https://user-images.githubusercontent.com/4034366/219223889-0125501a-70d1-42c0-b91a-a4750ed525bb.mov After: https://user-images.githubusercontent.com/4034366/219223926-39c46b17-2ead-406e-a728-f0d7d05d4121.mov Also tested the changes on the following pages: Place pages: * San Francisco City * California * USA (no maps expected) * India (no maps expected) Browser pages: * Mountain View * Santa Clara County * Alaska * India NL interface: * "Tell me about palo alto" * "Tell me about Santa Clara County" * "Tell me about Nebraska" * "Tell me about USA"
- Loading branch information