plotly-custom-css / style.css
hysts's picture
hysts HF staff
Add files
c477b34
raw
history blame contribute delete
259 Bytes
.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;
}