mirror of https://github.com/MISP/misp-dashboard
fix: z-index problem (issue #27)
parent
2cc957c87e
commit
474ec72e19
|
@ -30,6 +30,11 @@
|
|||
</head>
|
||||
|
||||
<style>
|
||||
.leaflet-top {
|
||||
position: absolute;
|
||||
z-index: 801;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.tagElem {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue