mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The crop area flex container lacked min-h-0, preventing it from shrinking below its content's intrinsic height. For tall images, react-image-crop's CSS (max-height: inherit at specificity 0-1-1) overrides the Tailwind max-h constraint, and without min-h-0 the flex item refuses to shrink, causing viewport overflow. Closes #122