You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tapping a ref link on mobile, the border will darken as if hovered/focused on but the link won't open. Works fine on desktop Firefox, just not on mobile Safari and Firefox.
I tried adjusting the link's z-index to different values:
default is auto and does the above
10 !important seems to do the above too
-10 !important made desktop Firefox behave the same way as in mobile
999 !important does the same as 10
So either the solution is in another castle or in mobile there's an overlapping element with a ridiculous z-index for some reason.
When tapping a ref link on mobile, the border will darken as if hovered/focused on but the link won't open. Works fine on desktop Firefox, just not on mobile Safari and Firefox.
I tried adjusting the link's
z-index
to different values:auto
and does the above10 !important
seems to do the above too-10 !important
made desktop Firefox behave the same way as in mobile999 !important
does the same as10
So either the solution is in another castle or in mobile there's an overlapping element with a ridiculous z-index for some reason.
This was the selector I used for the link:
The text was updated successfully, but these errors were encountered: