Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(map): set container position to relative (#356)
Introduction of the intermediate div with #349 indirectly broke relative positioning of elements withing the map-container. Before that change, elements would be added to a container where position:relative was set by the Maps JavaScript API. This is no longer happening, so we need to set it ourselves.
- Loading branch information