From 0ed955c7959b777f2c6a445fe5865ba01d1c7bcb Mon Sep 17 00:00:00 2001 From: "B. Arman Aksoy" Date: Wed, 18 Nov 2015 11:48:40 -0500 Subject: [PATCH] remove vertical white space around canvas items --- style/pileup.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style/pileup.css b/style/pileup.css index 9ed4504e..cc42dbc3 100644 --- a/style/pileup.css +++ b/style/pileup.css @@ -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 {