Black Background behind popup


Expectation: same background
ProjectID: 361101

Hello, could you please provide more information? Where did this happen? After what actions? What elements and BPs were used? This will help us solve your problem as soon as possible

Hello,

One of the easiest solutions to the problem is to move the modal window to the PageContainer level.

P.S.
Element ID is a unique identifier assigned to each element. To get the desired element from the list (where several elements have the same Element ID), you need to specify an additional index. In your case, in the Modal Show and Modal Hide blocks you need to pass the Element ID together with the index to the ElementKey field using the format: Element ID (Modal) + ‘:’ + index (you can get the index from the button).