I'm pretty new to ConverseJs, so please be patient with me.I have set up a Ejabberd server, and can connect to it happily with the ConverseJs plugin.
However, when it comes to clicking any of the options that would display a modal, I am presented with the grey overlay (which is normally behind the modal) on top of the modals content.
I am already using Bootstrap 4 within the site, and have the bootstrap css file on the server.Is this just a case of adjusting the z-index of the modals content/overlay within the ConverseJs/Bootstrap css file?