You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment a hidden modal and it's content is still present in the DOM and is visually on the same place. The visibility is only deactivated by opacity: 0 and pointer-events: none. This leads to the content still being targeted when an element has pointer-events: auto - in the IAM this was the case with input fields.
Description
At the moment a hidden modal and it's content is still present in the DOM and is visually on the same place. The visibility is only deactivated by
opacity: 0
andpointer-events: none
. This leads to the content still being targeted when an element haspointer-events: auto
- in the IAM this was the case with input fields.Related issue: https://github.com/camunda/iam/issues/2627
Possible solution
At the end of the animation
visibility: hidden
The text was updated successfully, but these errors were encountered: