fix: mobile scroll problem

This commit is contained in:
Yifei Zhang
2023-04-02 18:41:25 +00:00
parent f52bcc2a37
commit 1afca0b28a
3 changed files with 3 additions and 1 deletions

View File

@@ -188,7 +188,7 @@ input[type="text"] {
appearance: none;
border-radius: 10px;
border: var(--border-in-light);
height: 36px;
min-height: 36px;
box-sizing: border-box;
background: var(--white);
color: var(--black);