You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2023/04/21 15:41:39 UTC

[superset] branch master updated: fix: Drill by modal resizing (#23757)

This is an automated email from the ASF dual-hosted git repository.

kgabryje 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 2f7229cae8 fix: Drill by modal resizing (#23757)
2f7229cae8 is described below

commit 2f7229cae85555cb8820b33551617f0fe71e2fcb
Author: Kamil Gabryjelski <ka...@gmail.com>
AuthorDate: Fri Apr 21 17:41:31 2023 +0200

    fix: Drill by modal resizing (#23757)
---
 superset-frontend/src/components/Chart/DrillBy/DrillByChart.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/components/Chart/DrillBy/DrillByChart.tsx b/superset-frontend/src/components/Chart/DrillBy/DrillByChart.tsx
index e69a201f5c..5e3f9d3c1f 100644
--- a/superset-frontend/src/components/Chart/DrillBy/DrillByChart.tsx
+++ b/superset-frontend/src/components/Chart/DrillBy/DrillByChart.tsx
@@ -49,6 +49,7 @@ export default function DrillByChart({
       css={css`
         width: 100%;
         height: 100%;
+        min-height: 0;
       `}
     >
       <SuperChart