kibana/x-pack/plugins/lens/public/visualization_container.scss

26 lines
475 B
SCSS
Raw Normal View History

2020-07-13 14:59:16 +02:00
.lnsVisualizationContainer {
@include euiScrollBar;
2020-07-13 14:59:16 +02:00
overflow: auto;
}
.lnsExpressionRenderer {
@include euiScrollBar;
position: relative;
width: 100%;
height: 100%;
display: flex;
overflow: auto;
.lnsExpressionRenderer__component {
position: static; // Let the progress indicator position itself against the outer parent
}
}
.lnsEmbeddedError {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
overflow: auto;
}