Hi!
I got a entity list with an edit/update button, which opens up an modal. When the modal is opened I cant click anything on it.
This class prevents me from clicking.


Regarding my custom modals I simply added data-backdrop="false" to the modal and it worked.
Yet since it is a standard entity list with the standard "update button" option (default pop up):

I am not sure where I need to configure the HTML to add the data-backdrop="false"