/*Sopme hacky EE*/
.overlay {
  z-index: 900;
}

.modal-wrap {
  z-index: 901;
}

/*lower the z-index of the draw manager so the EE dialog is shown*/
.leaflet-bottom,
.leaflet-top {
  z-index: 899 !important;
}
