css-components icon indicating copy to clipboard operation
css-components copied to clipboard

Smooth Scroll behavior

Open sidnei-junior opened this issue 3 years ago • 2 comments
trafficstars

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

sidnei-junior avatar Apr 19 '22 09:04 sidnei-junior

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

sidnei-junior avatar Apr 19 '22 09:04 sidnei-junior

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

Thanks

felipefialho avatar Apr 19 '22 11:04 felipefialho