I have a link at the bottom of my login page that goes to the registerUser page. It works great on every other browser, but on Samsung Internet Browser I have to click in a very specific spot on the top right corner of the link element or it doesn’t do anything. I’ve tried making the link element bigger with padding. I’ve tried adding a block around it that also goes to the registerUser page. I even tried making a block underneath it that goes to the registerUser page, but nothing happens when you click on the block in Samsung Internet Browser, it does in other browsers. The other links and elements on the page work fine in Samsung browser, just not this link. I’ll keep playing around with putting it inside of blocks and moving them around to see if I can make it work, but this is weird.
Update: I was able to make it work by putting the link inside a block, making the block have “sticky” position and the link have “absolute” position. I tried every other combination of settings and this is all that would work.