The solution might be easier than you think. Thanks to scroll-margin-top
and scroll-padding-top
, we can fix this issue with a single line of CSS code.
.anchor {
scroll-padding-top: 50px;
}
Stories
November 9, 2022
The solution might be easier than you think. Thanks to scroll-margin-top
and scroll-padding-top
, we can fix this issue with a single line of CSS code.
.anchor {
scroll-padding-top: 50px;
}