Loading css/bpmn_io.css +9 −3 Original line number Diff line number Diff line Loading @@ -9,15 +9,18 @@ #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-container::after { #bpmn-io .property-panel .bio-properties-panel-scroll-container { padding-bottom: 0; } #bpmn-io .property-panel .bio-properties-panel::after { content: ''; background-color: #ccc; background-color: var(--group-bottom-border-color); position: absolute; top: 0; left: 0; Loading @@ -25,6 +28,9 @@ height: 100%; cursor: ew-resize; } #bpmn-io .bio-properties-panel-header { margin-bottom: 0; } #bpmn-io .property-panel input { padding-right: unset; } 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 +9 −3 Original line number Diff line number Diff line Loading @@ -9,15 +9,18 @@ #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-container::after { #bpmn-io .property-panel .bio-properties-panel-scroll-container { padding-bottom: 0; } #bpmn-io .property-panel .bio-properties-panel::after { content: ''; background-color: #ccc; background-color: var(--group-bottom-border-color); position: absolute; top: 0; left: 0; Loading @@ -25,6 +28,9 @@ height: 100%; cursor: ew-resize; } #bpmn-io .bio-properties-panel-header { margin-bottom: 0; } #bpmn-io .property-panel input { padding-right: unset; } 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