1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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;