diff --git a/app/components/architecture-visualisation-cytoscape/style.js b/app/components/architecture-visualisation-cytoscape/style.js
index fecdefed23a77fa6528384e40b9d286621c3a1e5..9efe50a19d762cbf375b138adc06c923aa356f46 100644
--- a/app/components/architecture-visualisation-cytoscape/style.js
+++ b/app/components/architecture-visualisation-cytoscape/style.js
@@ -32,6 +32,10 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th
     text-halign: center;
 }
 
+[type="nodeGroup"] {
+    events: no; /* disable click, drag etc as this is just a frame */
+}
+
 [type="node"] {
     background-color: ${variables.nodeColor};
     color: ${variables.nodeTextColor};