Loading css/bpmn_io.css +4 −6 Original line number Diff line number Diff line Loading @@ -9,18 +9,16 @@ #bpmn-io .property-panel { position: absolute; top: 0; bottom: 0; right: 0; width: 310px; max-width: 90vw; padding-left: 4px; overflow: scroll; } #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-scroll-container { padding-bottom: 0; } #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-header::after, #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-group::after { #bpmn-io .property-panel .bio-properties-panel::after { content: ''; background-color: var(--group-bottom-border-color); position: absolute; Loading js/bpmn_io.js +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ .css('left', offset.left) .css('width', width); $('#bpmn-io .property-panel') .css('height', $(window).height() - offset.top); .css('max-height', $(window).height() - offset.top); }, false); window.dispatchEvent(new Event("resize")); Loading Loading
css/bpmn_io.css +4 −6 Original line number Diff line number Diff line Loading @@ -9,18 +9,16 @@ #bpmn-io .property-panel { position: absolute; top: 0; bottom: 0; right: 0; width: 310px; max-width: 90vw; padding-left: 4px; overflow: scroll; } #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-scroll-container { padding-bottom: 0; } #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-header::after, #bpmn-io .property-panel .bio-properties-panel .bio-properties-panel-group::after { #bpmn-io .property-panel .bio-properties-panel::after { content: ''; background-color: var(--group-bottom-border-color); position: absolute; Loading
js/bpmn_io.js +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ .css('left', offset.left) .css('width', width); $('#bpmn-io .property-panel') .css('height', $(window).height() - offset.top); .css('max-height', $(window).height() - offset.top); }, false); window.dispatchEvent(new Event("resize")); Loading