When scrolling to id links it goes behind sticky navbar
Unanswered
Cavalier King Charles Spaniel posted this in #help-forum
Cavalier King Charles SpanielOP
Title says most, tried using react-scroll but can only assume its a compatability issue that im getting all the errors, if anyone has a nice way to handle this problem would be really great
1 Reply
That happens because there's no scroll margin applied to your elements so when you scroll to them they reach the top of your screen and end up behind the navbar.
Use the
See: https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-margin-top
Use the
scroll-margin-top css propert to account for the navbar's height.See: https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-margin-top