I am currently trying to get the link on this page: https://streamlineas.com/ to work. It is the button on the top right that says "Request a Demo" but it only doesn't work on the screen size smaller than 1070px (I believe this specific button only shows on screen sizes less than 1070px). I think it has something to do with the z index not working with the link. I tried switching it to position relative and it still seemed to not work for me. Does anyone have any idea why?
The link works fine if you turn javascript off. So the css is not the problem, there is an event attached somewhere that is stopping the link working.
Do you have access to the html? In the first instance try removing data-toggle="modal" data-target=".form-modal"
from the link in question.