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:
parent
2fa82d9f1f
commit
b7f8c92b13
@ -84,6 +84,9 @@ a.brand img {
|
|||||||
left:0px;
|
left:0px;
|
||||||
right:0px;
|
right:0px;
|
||||||
}
|
}
|
||||||
|
#chart svg {
|
||||||
|
-webkit-transform: translateZ(0);
|
||||||
|
}
|
||||||
|
|
||||||
#workspace-toolbar {
|
#workspace-toolbar {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user