imgareaselect icon indicating copy to clipboard operation
imgareaselect copied to clipboard

Wrong outer area size

Open mixo opened this issue 6 years ago • 2 comments

Hello Why outer area size is wrong? image

mixo avatar May 09 '18 18:05 mixo

I found which caused the bug. Bootstrap overwriting box-sizing CSS property to border-box. I fixed it by adding CSS .imgareaselect-outer { box-sizing: content-box !important; }

mixo avatar May 16 '18 14:05 mixo

I found which caused the bug. Bootstrap overwriting box-sizing CSS property to border-box. I fixed it by adding CSS .imgareaselect-outer { box-sizing: content-box !important; }

thank you so much, it's solve my problem too :)

akhyaruu avatar Jul 23 '20 04:07 akhyaruu