I’m trying to build a product tour for an aplication that requires the user to upload a PDF file
In order for the user to upload this file, they need to prees a button called “Create contract”
This button opens a modal with a file input and, after the user has uploaded the file, new text fields pop up
I’m havind an issue where I can’t click anything on Intercom toolbar while this File upload modal is up
I tried custom selecting the input css but Intercom wasn’t able to recognize it
I’ve read some documentation but I don’t know if this is Focus Trapping or something similar
Is there a way to solve this?