Unexpected page scroll up when clicking a link

Hello there!

I am facing a problem with the link blocks, I am currently using them so that once a click is made then an interaction with start. Everything seems good with the interaction but the problem is that when the click happens the page scrolls up to top for some reason its because of the “#” link
Is there anyway to prevent it?

I tried to put onClick=“return false;” but it didn’t work…