Skip to content
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

Smooth Scroll behavior #46

Open
sidnei-junior opened this issue Apr 19, 2022 · 2 comments
Open

Smooth Scroll behavior #46

sidnei-junior opened this issue Apr 19, 2022 · 2 comments

Comments

@sidnei-junior
Copy link

add in project new attribute css scroll-behavior and scroll-margin-top. the behavior of the anchors will be nicer

@sidnei-junior
Copy link
Author

html {
scroll-behavior: smooth;
}
:target {
scroll-margin-top: 32px;
}

@felipefialho
Copy link
Owner

Hey @sidnei-junior, could you open a PR with this feature? 😁

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants