I have a webpage on which I would like to scroll to a certain element.
That part works fine by using scrollIntoView; but I would like to add a bit of space
scrollIntoView
You can set scroll-margin CSS attribute on the scroll target element. For example
scroll-margin
.blue { scroll-margin: 20px; }
https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-margin