Closed DrPDash closed 4 years ago
Okay, I figured it out for the OPTIONS: "SAVE', 'CANCEL'. In project CSS, just include:
/ leaflet.draw style override /
.leaflet-draw-actions {
z-index: 10000;
}
I have not figured out the selector for the moving toolTip, but that's relatively minor. So, closing the issue. Thanks
How to reproduce
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.js"></script>
What behaviour I'm expecting and which behaviour I'm seeing
Minimal example reproducing the issue
Code parts are provided below, I do not have a jsfiddle for this.
I am using draw inside an external div, not on the map. The Edit/Delete options are visible, but not clickable (likely zIndex of the draw pop-ups):
In the example image below: 'Save' and 'Cancel' are visible but not Clickable on them. Where to change the zIndex or layer privilege for these?
Code: DrawOptions:
Adding controls to an external
div
withid=giscalculations
:Draw events: