mirror of https://github.com/MISP/misp-dashboard
fix: z-index problem in ``geolocalisation``
parent
7c61823284
commit
2d5110f0a6
templates
|
@ -38,6 +38,12 @@
|
|||
</head>
|
||||
|
||||
<style>
|
||||
.leaflet-top {
|
||||
position: absolute;
|
||||
z-index: 801;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue