Skip to content

Commit

Permalink
fix: issue with height of chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Amaro authored and Anthony Amaro committed Aug 8, 2023
1 parent 1c307d2 commit 1a99acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/leftpanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
padding: 6px;

.canvas-chart-wrapper {
min-height: 300px;
height: 300px;
overflow: scroll;
canvas {
max-width: 100%;
Expand Down

0 comments on commit 1a99acd

Please sign in to comment.