I have a long HTML page, on modal open the page scrolls to top which can be solved by removing href="#" from
<a href="#" id="myId">Click me to open modal</a>
But removing that, it changes mouseover display of "hand" on anchor tag to "text blinker".
How do I get rid of href="#"
without loosing that property?