Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input field is overlapped by keyboard #85

Open
nikosid opened this issue Apr 4, 2020 · 1 comment
Open

Input field is overlapped by keyboard #85

nikosid opened this issue Apr 4, 2020 · 1 comment

Comments

@nikosid
Copy link

nikosid commented Apr 4, 2020

Screenshot_20200404-194012
Reproduced on Google pixel 3a

@haizad
Copy link

haizad commented Jun 4, 2020

Just play around with input.textarea inside chat.css

/* I N P U T */

input.textarea {
position: fixed;
bottom: 35px; <-----
left: 0;
right: 0;
width: 95%;
height: 50px; <---------
z-index: 99;
background: #fafafa;
border: none;
outline: none;
padding-left: 15px;
padding-right: 15px;
color: #666;
font-weight: 400;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants