We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If panels have paddings, panels overrides flicking area.
http://codepen.io/jongmoon/pen/ZWdGgQ
#wrapper { width:100%; height:300px; } div.content { padding:0 100px; }
$("#wrapper").flicking();
The red panel overrides flicking area.
The text was updated successfully, but these errors were encountered:
Should account panel's padding size when initializing panel width.
Sorry, something went wrong.
10d6175
netil
No branches or pull requests
Description
If panels have paddings, panels overrides flicking area.
Steps to check or reproduce
http://codepen.io/jongmoon/pen/ZWdGgQ
Result
The red panel overrides flicking area.
The text was updated successfully, but these errors were encountered: