Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong outer area size #93

Open
mixo opened this issue May 9, 2018 · 2 comments
Open

Wrong outer area size #93

mixo opened this issue May 9, 2018 · 2 comments

Comments

@mixo
Copy link

mixo commented May 9, 2018

Hello
Why outer area size is wrong?
image

@mixo
Copy link
Author

mixo commented May 16, 2018

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; }

@akhyaruu
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants