The bpmn-property-panel overlaps theia status bar <img width="871" height="522" alt="Image" src="https://github.com/user-attachments/assets/06b2f573-34fc-438c-ac0e-a67a961128fe" /> 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