You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; }
Hello
Why outer area size is wrong?
The text was updated successfully, but these errors were encountered: