Conversation
supportHi, iOS Safari on older iPhones such as iPhone 11 has issues with showing borders of SVG images. It doesn’t show which icon of the captcha is selected. Adding this CSS code fixed the issue for me: /* Captcha: Hot fix for old Safari browsers */ .kc-captcha .captcha-image svg:active { display: inline-block; box-shadow: inset 0 0 0 2px red; } .captcha-image label:active { display: inline-block; border: 2px solid red; padding: 2px; border-radius: 4px; /* iOS secific fixes */ -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; } .captcha-image svg { width: 35px; height: 35px; display: block; }
Hi there, Thank you, I will have a look at it. Best regards
Hi there, Thank you, I will have a look at it. Best regards