1
I am using a DIV with the message "processing" and opaque background, every time a request occurs (user iteration when clicking a button). However, this screen is also presented when I have an open modal screen, and it turns out that the processing screen is not superimposed on the modal screen. All my layout was developed with Bootstrap 3. How do I overwrite the processing div over the modal?
Do you want it to look exactly like the image? Have you tried to change the Z-index of this processing Div so that the Z-index is larger than Modal?
– Claudio Cavalcante Tonha
The problem is that the z-index that bootstrap uses is 1050. It is standard for all Modal
– Gleison França