/* style.css */
.dash-graph .plotly .modebar, .dash-graph .plotly .hoverlayer {
    cursor: default !important;  /* Sets the cursor to default (arrow) */
}

.js-plotly-plot .plotly .cursor-ns-resize {
    cursor: default;
}

.js-plotly-plot .plotly .cursor-pointer {
    cursor: default;
}