-
Notifications
You must be signed in to change notification settings - Fork 15
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
Is there anyway to provide offset? #1
Comments
@raviayadav unfortunately not at the moment but it is something we can look to add in the future. I will try and look into this when I get a chance. |
okay, thanks |
I'm going to reopen this issue until we add this feature so we don't forget it. |
+1 |
You can provide an offset by adding the following:
https://stackoverflow.com/a/28824157 EDIT: |
This would be an excellent feature. +1. Currently when scrolling down to the content, I'm always left on the section above in my "table of contents" |
If you see there is an error in the library because you need one more scroll to active the class. However I found a solution. To the div where you want to go: Add a class called offset You should play with the margin top with other values to get a specific result |
@tratohecho3, could you post an example? |
Another way to offset the Wrapper component template:
Wrapper component scss:
|
Hi. great work. Is there any way we can add some top offset to the divs being monitored?
The text was updated successfully, but these errors were encountered: