I'm using <a href=”#”>
on more pages to disable scrolling, and it works.
There is one page where I need to use <a href=”#/”>
to make it work, because the browser is not adding the /
at the end of the URL.
What's causing this? Why is this happening?