Skip to content

Commit

Permalink
remove vertical white space around canvas items
Browse files Browse the repository at this point in the history
  • Loading branch information
armish committed Nov 18, 2015
1 parent 5940c70 commit 0ed955c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style/pileup.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
.track-content > div {
position: absolute; /* Gets the child of the flex-item to fill height 100% */
}
.track-content canvas {
display: block;
}

/* controls */
.pileup-root > .controls {
Expand Down

0 comments on commit 0ed955c

Please sign in to comment.