.lnsVisualizationContainer { @include euiScrollBar; overflow: auto hidden; user-select: text; } .lnsExpressionRenderer { @include euiScrollBar; position: relative; width: 100%; height: 100%; display: flex; overflow: auto; // important for visualizations with no padding border-radius: $euiBorderRadius; .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; } // Make the visualization modifiers icon appear only on panel hover .embPanel__content:hover .lnsEmbeddablePanelFeatureList_button { color: $euiTextColor; background: $euiColorEmptyShade; transition: color $euiAnimSpeedSlow, background $euiAnimSpeedSlow; }