GoogleWebComponents / google-map

Google Maps web components
https://elements.polymer-project.org/elements/google-map
Other
437 stars 256 forks source link

Styles not loaded when scrolling without using ctrl #385

Open kreinholt opened 7 years ago

kreinholt commented 7 years ago

Description

When you scroll without using ctrl, an overlay should appear saying "Use ctrl + scroll to zoom the map" as is seen in https://developers.google.com/maps/documentation/javascript/adding-a-google-map.

If you try to scroll without ctrl at https://www.webcomponents.org/element/GoogleWebComponents/google-map, the text appears, but in the top left corner hidden by the Map/Satellite control. Appears gm-style-pbc css is missing.

Live Demo

https://www.webcomponents.org/element/GoogleWebComponents/google-map

Steps to Reproduce

Mousewheel over map without using ctrl

Expected Results

Text is centered within gray overlay

Actual Results

No style is displayed for text.

Browsers Affected