Skip to content

Commit

Permalink
fix(explore): make to fix the issue of explore error broken when see …
Browse files Browse the repository at this point in the history
…more/less
  • Loading branch information
prosdev0107 committed Jun 6, 2022
1 parent 6f0d53e commit 471e759
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ const ExploreChartPanel = ({
css={css`
min-height: 0;
flex: 1;
overflow: auto;
`}
ref={chartPanelRef}
>
Expand Down

0 comments on commit 471e759

Please sign in to comment.