fix: z-index problem in ``geolocalisation``

pull/29/head
Sami Mokaddem 2018-01-15 15:13:48 +01:00
parent 7c61823284
commit 2d5110f0a6
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,12 @@
</head>
<style>
.leaflet-top {
position: absolute;
z-index: 801;
pointer-events: none;
}
.panel-body {
padding: 0px;
}