I'm having trouble removing that shadow around a Bootstrap modal. With the code below I can remove:
#myModal .modal
{
overflow: hidden;
}
However, I can not manipulate anything that is "behind" even though overflow
is hidden. The screen is "freed" (it only occupies the space of the modal), but I can not, for example, select text that is on the same page (outside the modal).