.hoverlayer .hovertext {
    z-index: 9999 !important;
}

/* Alternative targeting if the above doesn't work */
.plotly .hoverlayer {
    z-index: 9999 !important;
}

/* For mapbox hover specifically */
.mapboxgl-popup {
    z-index: 9999 !important;
}