fix(search): search icons position error on Safari Mobile

This commit is contained in:
Dillon 2020-04-28 13:42:48 +08:00
parent 2ccba79cba
commit e4d9796e47
4 changed files with 7 additions and 3 deletions

View file

@ -281,6 +281,10 @@ header {
}
}
.search-button {
top: 0;
}
.search-cancel {
display: none;
margin-left: .75rem;