Loading css/bpmn_io.css +7 −2 Original line number Diff line number Diff line Loading @@ -15,9 +15,14 @@ padding-left: 4px; overflow: scroll; } #bpmn-io .property-panel .bio-properties-panel-container::after { #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-header, #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-group { position: relative; } #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-header::after, #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-group::after { content: ''; background-color: #ccc; background-color: var(--group-bottom-border-color); position: absolute; top: 0; left: 0; Loading Loading
css/bpmn_io.css +7 −2 Original line number Diff line number Diff line Loading @@ -15,9 +15,14 @@ padding-left: 4px; overflow: scroll; } #bpmn-io .property-panel .bio-properties-panel-container::after { #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-header, #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-group { position: relative; } #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-header::after, #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-group::after { content: ''; background-color: #ccc; background-color: var(--group-bottom-border-color); position: absolute; top: 0; left: 0; Loading