-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
documents scroll underneath fixed position header #631
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is this feature closed because is scheduled or because you don't feel it usefull? It would be great to have this, I just change de docsify.js file because I needed this feature. I am not happy of doing it but I have a fixed header and I need it to work good. Hope you add this on future release. Thankssss :)) |
It was an old issue , so might have lost it in the list. Thanks |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I guess this issue had been fixed in #1045 |
Fixed in #1045. |
When clicking documentation links, using a header with a fixed position, the document scrolls underneath the header. What do you think of allowing this offset as a new config value?
inside src/core/config.js:14
inside
export function initEvent(vm)
at src/core/event/index.js:17now fix up the scroll code a bit in src/core/event/scroll.js:23
The text was updated successfully, but these errors were encountered: