You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Top left Google Maps control will not move along (aka they will not remain visible if the sidebar is opened).
The following css pattern appears 10 times in gmaps-sidebar.css .
.sidebar-left ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
changing all 10 similar patterns to
.sidebar-left ~ .sidebar-map .gm-style > div div.gmnoprint[style*="left: 0px"]:first-of-type {
Seems to correct the issue for me.
The text was updated successfully, but these errors were encountered:
jone1joh
changed the title
Google Maps control will not moving along
Top Left Google Maps control is not moving along when sidebar opens and closes
Feb 21, 2021
Top left Google Maps control will not move along (aka they will not remain visible if the sidebar is opened).
The following css pattern appears 10 times in gmaps-sidebar.css .
.sidebar-left ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
changing all 10 similar patterns to
.sidebar-left ~ .sidebar-map .gm-style > div div.gmnoprint[style*="left: 0px"]:first-of-type {
Seems to correct the issue for me.
The text was updated successfully, but these errors were encountered: