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

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

parent d342c9b0
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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"));