Skip to content

Commit 001e919

Browse files
committed
fixed css z-index (Issue #401)
1 parent dfbb573 commit 001e919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

open-bpmn.glsp-client/open-bpmn-properties/css/bpmn-properties.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.bpmn-property-panel {
2929
position: absolute;
3030
bottom: 0px;
31-
z-index: 20;
31+
z-index: 0;
3232
width: 100%;
3333
background: var(--theia-editor-background);
3434
opacity: 0.98 !important;

0 commit comments

Comments
 (0)