CSR-436: adjust CSS height of hidden input so Safari will allow focus on it

This commit is contained in:
Adam Caouette 2022-04-05 14:09:00 -04:00
parent f54b0454de
commit 8ee169bc5b

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 {