Add position: absolute to input to fix gap between input and outline.
This commit is contained in:
parent
5eec64c483
commit
a950382d15
1 changed files with 1 additions and 0 deletions
|
|
@ -207,5 +207,6 @@ input {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
|
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
|
||||||
width: 0;
|
width: 0;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue