fix(explore): prevent unnecessary scrollbars during chart rendering (#39291)

This commit is contained in:
Jean Massucatto
2026-05-18 13:51:06 -03:00
committed by GitHub
parent 47bc1a3b4b
commit 054aeb3bae

View File

@@ -307,7 +307,7 @@ const ExploreChartPanel = ({
css={css`
min-height: 0;
flex: 1;
overflow: auto;
overflow: hidden;
`}
ref={chartPanelRef}
>