From dc4c61344d89b51997111cc105376afecec2ee15 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Wed, 9 Jul 2014 10:17:08 +0200 Subject: [PATCH] Make canvas "display: block" to get rid of overflow definition in container. --- src/styles/components/_presentation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/_presentation.scss b/src/styles/components/_presentation.scss index ba5478b2..8b087014 100644 --- a/src/styles/components/_presentation.scss +++ b/src/styles/components/_presentation.scss @@ -51,10 +51,10 @@ .canvasContainer { width: 100%; height: 100%; - overflow: hidden; } canvas { position: relative; + display: block; } }