camunda-bpmn-js 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,5 @@
2
2
  @import './bpmn-js.css';
3
3
  @import './bpmn-font/css/bpmn-embedded.css';
4
4
  @import './diagram-js-minimap.css';
5
- @import './properties-panel.css';
5
+ @import './properties-panel.css';
6
+ @import './color-picker.css';
@@ -524,8 +524,6 @@ marker.djs-dragger tspan {
524
524
  z-index: 200;
525
525
  line-height: 1;
526
526
  font-family: "IBM Plex Sans", sans-serif;
527
- border: solid 1px var(--popup-border-color);
528
- border-radius: 2px;
529
527
  }
530
528
 
531
529
  .djs-popup {
@@ -605,7 +603,7 @@ marker.djs-dragger tspan {
605
603
  margin: 7px 3px 7px 12px;
606
604
  list-style: none;
607
605
  max-height: 280px;
608
- overflow: overlay;
606
+ overflow: auto;
609
607
  padding-right: 9px;
610
608
  }
611
609