Thanks for your reply!
I found that when I click on the image, to activate the resizing, the display: none property is not there. I guess that the problem lies in the widget itself. Maybe I can find a way to fix it in the CSS.
Anyone else experienced this with the ImageCropper widget?
A small fix we came up with:
//JCrop fix
.jcrop-holder{
overflow: hidden;
}