GoogleWebComponents / google-map

Google Maps web components

Home Page:https://elements.polymer-project.org/elements/google-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Styles not loaded when scrolling without using ctrl

kreinholt opened this issue · comments

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

  • [x ] Chrome
  • Firefox
  • Edge
  • Safari 9
  • Safari 8
  • IE 11