Skip to content

Commit

Permalink
fixes overlapping of map (#392)
Browse files Browse the repository at this point in the history
* fixes overlapping of map

* updated ;

Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
  • Loading branch information
keshav234156 and jywarren committed Mar 24, 2020
1 parent 7aacb32 commit baf51ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Expand Up @@ -170,7 +170,7 @@ <h1>Share</h1>
<div
id="map"
class="leaflet-map"
style="width: 100% ; height: 300px;"
style="width: 100% ; height: 300px ; z-index: 0 ;"
></div>
</div>
<div class="col-md-6">
Expand Down

0 comments on commit baf51ac

Please sign in to comment.