Merge pull request #319 from Safelite/bugfix/CSR-436

CSR-436: adjust CSS height of hidden input so Safari will allow focus on it
This commit is contained in:
AdamCaouetteSafelite 2022-04-05 14:55:20 -04:00 committed by GitHub
commit c2bd883e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,7 +188,7 @@ export default {
input[type="radio"] {
opacity: 0;
width: 0;
height: 0;
height: 0.1px; // NOTE: cannot be zero or safari can't put focus on it
position: absolute;
+ label {