camunda-bpmn-js 0.16.1 → 0.17.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.
@@ -176,7 +176,7 @@
176
176
  background-color: var(--header-background-color);
177
177
  border-bottom: 1px solid var(--header-bottom-border-color);
178
178
  width: 100%;
179
- z-index: 1;
179
+ z-index: 10;
180
180
  max-height: 64px;
181
181
  overflow: hidden;
182
182
  }
@@ -246,16 +246,10 @@
246
246
  justify-content: space-between;
247
247
  margin-bottom: -1px; /* avoid double borders */
248
248
  position: relative; /* browsers not supporting sticky */
249
-
250
- /**
251
- * @pinussilvestrus Note: we exclude the sticky header feature until we
252
- * find a proper fix for https://github.com/bpmn-io/bpmn-js-properties-panel/issues/726
253
- */
254
-
255
- /* position: -webkit-sticky; /* for safari */
256
- /* position: sticky; */
249
+ position: -webkit-sticky; /* for safari */
250
+ position: sticky;
257
251
  top: 0;
258
- z-index: 1;
252
+ z-index: 10;
259
253
  }
260
254
 
261
255
  .bio-properties-panel-group-header .bio-properties-panel-group-header-title {