3
I’m having trouble removing that shadow that sits around a Bootstrap modal. With the code below I can remove:
#myModal .modal
{
overflow: hidden;
}
However, I cannot manipulate anything that is "behind", even if the overflow
. The screen is "free" (occupies only the space of the modal), but I cannot, for example, select a text that is on the same page (outside the modal).
I’m glad it worked... to illustrate what I said, I put in this link.
– h3nr1ke
I had put an extra class on
modal-backdrop
, maybe that’s what didn’t work... in the example is already right...– h3nr1ke
Thank you @h3nr1ke
– Maicon Herverton