fix: scroll ux on ios device

This commit is contained in:
Yifei Zhang
2023-03-16 16:08:16 +00:00
parent 701a6e413f
commit a2baad9c7f
2 changed files with 15 additions and 5 deletions

View File

@@ -317,6 +317,12 @@
outline: none;
}
@media only screen and (max-width: 600px) {
.chat-input {
font-size: 16px;
}
}
.chat-input:focus {
border: 1px solid var(--primary);
}