CSR-436: adjust CSS height of hidden input so Safari will allow focus on it
This commit is contained in:
parent
f54b0454de
commit
8ee169bc5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue