From b7f8c92b132eabe4db53fd514308c119517de965 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 16 May 2014 20:43:22 +0100 Subject: [PATCH] Add chrome rendering workaround --- public/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/style.css b/public/style.css index 7a6cb3b84..1c4cb8390 100644 --- a/public/style.css +++ b/public/style.css @@ -84,6 +84,9 @@ a.brand img { left:0px; right:0px; } +#chart svg { + -webkit-transform: translateZ(0); +} #workspace-toolbar { display: none;