diff --git a/packages/kbn-grid-layout/grid/grid_height_smoother.tsx b/packages/kbn-grid-layout/grid/grid_height_smoother.tsx index dfb7c114d7440..b01b005e613da 100644 --- a/packages/kbn-grid-layout/grid/grid_height_smoother.tsx +++ b/packages/kbn-grid-layout/grid/grid_height_smoother.tsx @@ -57,7 +57,6 @@ export const GridHeightSmoother = ({ smoothHeightRef.current.style.height = `calc(100vh - ${smoothHeightRefY + gutterSize}px)`; smoothHeightRef.current.style.transition = 'none'; } else { - smoothHeightRef.current.style.display = ''; smoothHeightRef.current.style.transition = ''; } }