css-components
css-components copied to clipboard
Smooth Scroll behavior
trafficstars
add in project new attribute css scroll-behavior and scroll-margin-top. the behavior of the anchors will be nicer
html { scroll-behavior: smooth; } :target { scroll-margin-top: 32px; }
Hey @sidnei-junior, could you open a PR with this feature? 😁
Thanks