You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to incorporate a smooth scrolling when clicking on a link to a section. A single CSS rule would do this job, since this theme is focused in modern browsers:
html {
scroll-behavior: smooth;
}
The text was updated successfully, but these errors were encountered:
It would be good to incorporate a smooth scrolling when clicking on a link to a section. A single CSS rule would do this job, since this theme is focused in modern browsers:
The text was updated successfully, but these errors were encountered: