mirror of
https://github.com/rio-labs/rio.git
synced 2026-01-21 13:00:08 -06:00
21 lines
331 B
SCSS
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();
|
|
}
|
|
}
|