I'm using Draggable
of Jquery UI
What happens is that when I put the element into the content div, I can not remove it anymore
And just remove the css from Bootstrap that it works on.
Follow the JsFiddle
I'm using Draggable
of Jquery UI
What happens is that when I put the element into the content div, I can not remove it anymore
And just remove the css from Bootstrap that it works on.
Follow the JsFiddle
It seems to me that there is a conflict between the jQuery UI and the Boostrap CSS, if changing the z-index will already work.
.imgConteudo {
z-index: 100;
}