Fix the search bar bug on iOS
This commit is contained in:
parent
e17d896bac
commit
40ac16afba
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ const search = () => {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border: solid 1px var(--divider);
|
border: solid 1px var(--divider);
|
||||||
border-radius: 4px 0 0 4px;
|
border-radius: 4px 0 0 4px;
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: none;
|
||||||
|
-webkit-border-radius: 4px 0 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> button {
|
> button {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue