kibana/x-pack/plugins/lens/public/pie_visualization/visualization.scss

8 lines
261 B
SCSS
Raw Normal View History

.lnsPieExpression__container {
height: 100%;
width: 100%;
// the FocusTrap is adding extra divs which are making the visualization redraw twice
// with a visible glitch. This make the chart library resilient to this extra reflow
overflow-x: hidden;
}