I had the same problem while playing with this
Add in your css for that element pointer-events:all!important;
That will help you, also try to set DOM to be interactive.
I had the same problem while playing with this
Add in your css for that element pointer-events:all!important;
That will help you, also try to set DOM to be interactive.