Files
rio/frontend/css/components/plot.scss
2025-03-21 12:39:48 +01:00

21 lines
331 B
SCSS

@import "../utils";
.rio-plot {
pointer-events: auto;
display: inline-block;
// Force the corner radius to be applied to the plot as well
overflow: hidden;
@include single-container();
}
.rio-plotly-plot {
position: relative;
& > div {
@include kill-size-request-with-zero-zero();
}
}