Skip to content

bpmn-property-panel overlaps theia status bar #401

@rsoika

Description

@rsoika

The bpmn-property-panel overlaps theia status bar

Image

The reason seems to be the css class bpmn-property-panel setting the z-index:

.bpmn-property-panel {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    background: var(--theia-editor-background);
    opacity: 0.98 !important;
    color: var(--theia-editor-foreground);
    height: 28px;
}

We can try to reset the z-index to 0. Maybe this is an issue with an update of theia ore glsp

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions