Skip to content

Top Left Google Maps control is not moving along when sidebar opens and closes #243

@jone1joh

Description

@jone1joh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions