I need to customize the opening of a modal window when an icon is clicked. To do this, I created an object variable and bound its variable to the modal window.
Apologies for the late reply. I actually didn’t understand the question.
Can you clarify why the “regular” modal experience and what end result you are trying to achieve?
From your screenshots, I don’t understand why you’re binding things to the “Horizontal” and “Vertical” options of the modal instead of using the dropdown select for example.
Thanks for responding @Joyce
There is an icon (three dots) in the chat. When you click on it, a modal window appears to take action on the message. This modal window should attach to the icon (three dots) and stay attached to it when scrolling the page. I wanted to implement with a modal window. Today, partially found another solution.
But it would be great if you can explain how to finish with a modal window.