Spaces:
Build error
Build error
File size: 259 Bytes
c477b34 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | .js-plotly-plot .plotly {
padding-top: 30px !important;
background-color: white;
}
.js-plotly-plot .plotly .modebar {
top: -30px !important;
right: 10px !important;
}
.modebar-group {
display: flex;
flex-direction: row;
align-items: center;
}
|