Hide Forgot
Created attachment 1142479 [details] Overlap example Description of problem: If you have selected properties in jbpm Designer and click on save button or trigger another Business Central notification it will be overlapped by property. See attachment. Version-Release number of selected component (if applicable): 6.3.0.ER2 How reproducible: always Steps to Reproduce: 1. Open business process and select end event 2. select DataInputAssociations property 3. click Save business process button Actual results: DataInputAssociations property will be over notification Expected results: Notification will be over selected property Additional info: It seems like a problem with z-index css property. For notification it have value 9999, but for properties it is 11000.