Skip to content

Commit

Permalink
fix: Drill by modal resizing (apache#23757)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored and sebastianliebscher committed Apr 28, 2023
1 parent abcf25e commit c71e9d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default function DrillByChart({
css={css`
width: 100%;
height: 100%;
min-height: 0;
`}
>
<SuperChart
Expand Down

0 comments on commit c71e9d3

Please sign in to comment.