fix: z-index problem (issue #27)

pull/29/head
Sami Mokaddem 2018-01-15 14:31:51 +01:00
parent 2cc957c87e
commit 474ec72e19
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@
</head>
<style>
.leaflet-top {
position: absolute;
z-index: 801;
pointer-events: none;
}
.tagElem {
display: inline-block;