Hey I have couple of issues with toc, I recorded the video for you Explanation
And here the share link of the project - Project
Hey I have couple of issues with toc, I recorded the video for you Explanation
And here the share link of the project - Project
hey @sepels41! For the heading being hidden by the navbar, you can add an offset to the top of the heading with the setting attached below.
And for the smooth scrolling you can add
html {
scroll-behavior: smooth;
}
To any of your style tags in the <head>
section
Hey Thank you very much! Both solution works