Commit d342c9b0 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3270739: The bottom of the property panel is transparent

parent 940269a2
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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;