I am using scroll-behavior: smooth
css for smooth scrolling. The navigation bar is sticky and when a click on the menu item it take me to the defined section.
The problem is the section goes under the sticky navbar. I want it to stop till the height of navbar.
I am using bootstrap 4+.
I have not use any java scripts. So how can I give some margin or padding to the section?