react-image-crop
react-image-crop copied to clipboard
Crop handles are not overflowing
Hi,
the crop handles are not entirely visible on images edges. And removing the overflow: hidden makes the shadow overflowing.


Any idea ?
Try this:
.ReactCrop {
overflow: visible !important
}