react-image-crop icon indicating copy to clipboard operation
react-image-crop copied to clipboard

Crop handles are not overflowing

Open hugomallet opened this issue 2 years ago • 1 comments

Hi,

the crop handles are not entirely visible on images edges. And removing the overflow: hidden makes the shadow overflowing.

image image

Any idea ?

hugomallet avatar Jun 22 '22 14:06 hugomallet

Try this:

.ReactCrop {                    
  overflow: visible !important
}

ssadler avatar Jan 23 '23 21:01 ssadler