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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Currently scroll padding isn't factored in when computing the pages.
pages
Some common scenarios include:
Scenario 1:
.scroll { scroll-padding: 0 100px; }
Scenario 2:
.scroll { scroll-padding: 0 100px; padding: 0 100px; /* Allows the scroll-padding to take effect on the first item */ }
Also need to handle scroll-margin which is declared on an item & I think is calculated in addition to scroll padding.
The text was updated successfully, but these errors were encountered:
#3 Add support for scroll padding
0b87511
Merge pull request #8 from richardscarrott/#3-scroll-padding
d8c19c1
#3 Add support for scroll *margin*
a6c70fb
Merge pull request #9 from richardscarrott/scroll-margin
5211fa7
Released in 0.3.0
Sorry, something went wrong.
No branches or pull requests
Currently scroll padding isn't factored in when computing the
pages
.Some common scenarios include:
Scenario 1:
Scenario 2:
Also need to handle scroll-margin which is declared on an item & I think is calculated in addition to scroll padding.
The text was updated successfully, but these errors were encountered: