This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 1e5cacda8f fix(explore): make to fix the issue of explore error broken
when see more/less (#20282)
1e5cacda8f is described below
commit 1e5cacda8f939874bc05832234f24579b7400c3a
Author: smileydev <[email protected]>
AuthorDate: Wed Jun 8 18:00:08 2022 -0500
fix(explore): make to fix the issue of explore error broken when see
more/less (#20282)
---
superset-frontend/src/explore/components/ExploreChartPanel.jsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/superset-frontend/src/explore/components/ExploreChartPanel.jsx
b/superset-frontend/src/explore/components/ExploreChartPanel.jsx
index 9fc7caef62..d52c9eb96c 100644
--- a/superset-frontend/src/explore/components/ExploreChartPanel.jsx
+++ b/superset-frontend/src/explore/components/ExploreChartPanel.jsx
@@ -220,6 +220,7 @@ const ExploreChartPanel = ({
css={css`
min-height: 0;
flex: 1;
+ overflow: auto;
`}
ref={chartPanelRef}
>