.heatmap-container { @include euiScrollBar; 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: auto hidden; user-select: text; padding: $euiSizeS; }