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
This seems to happen when mouse pointer is positioned near the middle of an item (item height + placeholder padding).
The text was updated successfully, but these errors were encountered:
$($0).offset() when the element has no padding: {top: 241.78125, left: 228}
$($0).offset()
{top: 241.78125, left: 228}
$($0).offset() when the element has 25px top padding: {top: 237.78125, left: 228}
25px
{top: 237.78125, left: 228}
JQUERY WAT R U DOING AHAHA STAHP!
Sorry, something went wrong.
Ah, it's because of margin collapsing!
5d95013
No branches or pull requests
This seems to happen when mouse pointer is positioned near the middle of an item (item height + placeholder padding).
The text was updated successfully, but these errors were encountered: