Skip to content

Commit

Permalink
Resolve zIndex issue for infoWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan687 committed Sep 19, 2016
1 parent 15016a3 commit b9725b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/actuators/AppbaseMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export class AppbaseMap extends Component {
var popoverContent = this.props.popoverContent ? this.props.popoverContent(marker) : 'Popver';
return (
<InfoWindow
zIndex = {500}
key={`${ref}_info_window`}
onCloseclick={this.handleMarkerClose.bind(this, marker)} >
<div>
Expand Down

0 comments on commit b9725b2

Please sign in to comment.