Skip to content

Commit

Permalink
Fixed chart overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Nov 30, 2018
1 parent 3efbedb commit 566d131
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/perspective-viewer-highcharts/src/less/highcharts.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
position: relative;
width: 100%;
height: 100%;
min-width: 0;
min-height: 0;
}

.chart:last-child:first-child {
position: absolute;
top: 0;
left: 0;
right:0;
bottom:0;
}

tspan,
Expand Down

0 comments on commit 566d131

Please sign in to comment.