Add chrome rendering workaround

This commit is contained in:
Nick O'Leary 2014-05-16 20:43:22 +01:00
parent 2fa82d9f1f
commit b7f8c92b13

View File

@ -84,6 +84,9 @@ a.brand img {
left:0px;
right:0px;
}
#chart svg {
-webkit-transform: translateZ(0);
}
#workspace-toolbar {
display: none;