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
How can I remove this padding it seems a top CSS has to be -10 but when the script adjusts it it make it ether auto or zero!
Please advice
The text was updated successfully, but these errors were encountered:
I will address this as soon as possible.
Sorry, something went wrong.
In the vanilla version, I fixed that by adding -10 to this function
function c(e) { var t = e.getBoundingClientRect(); return { width: t.width, height: t.height, top: t.top -10, right: t.right, bottom: t.bottom, left: t.left, x: t.left, y: t.top }
But I can not locate this function on the GitHub version! @kevinfaguiar
No branches or pull requests
How can I remove this padding
it seems a top CSS has to be -10 but when the script adjusts it it make it ether auto or zero!
Please advice
The text was updated successfully, but these errors were encountered: