imgareaselect
imgareaselect copied to clipboard
Wrong outer area size
Hello
Why outer area size is wrong?
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; }
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 :)