diff --git a/bzGraflow.js b/bzGraflow.js index 73f6e2b..72f64a9 100644 --- a/bzGraflow.js +++ b/bzGraflow.js @@ -54,7 +54,6 @@ class BZgraflow extends Buildoz{ const style = document.createElement('style') //TODO kick this wart somewhere under a carpet style.textContent = ` - /*@import '/app/assets/styles/icons.css';*/ .bzgf-wires-container, .bzgf-nodes-container{ position: absolute; inset: 0; width: 100%; height: 100%; } .bzgf-nodes-container .bzgf-node{ position:absolute; }