Fix the search bar bug on iOS

This commit is contained in:
naskya 2023-04-20 04:21:28 +09:00
parent e2237b604a
commit 70e4b36bd3
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ const search = () => {
font-size: 16px;
border: solid 1px var(--divider);
border-radius: 4px 0 0 4px;
-webkit-appearance: textfield;
-webkit-appearance: none;
-webkit-border-radius: 4px 0 0 4px;
}
> button {