how to fix page destrcture with keyboard and multiple page in viewport on wriiting input in <input> the page. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to fix page destrcture with keyboard and multiple page in viewport on wriiting input in <input> the page.

sometime on wriiting input in <input> destrcture the page with keyboard. how can i fix it. click on forget password and enter text there . there's the problem. https://code.sololearn.com/Wm3qp8VlD9Mp/?ref=app

2nd Jul 2020, 2:50 AM
Divya Mohan
Divya Mohan - avatar
2 Answers
+ 1
You have set the flex-flow to column in styling of input. Remove the flex-flow from that.
3rd Jul 2020, 2:10 PM
Ankit Kumar
Ankit Kumar - avatar
+ 1
do i have to make change for input in all section. what should i replace it with. after removing it it will make input element an inline level element and everything will come in a line. please explain where i should make change.
3rd Jul 2020, 2:26 PM
Divya Mohan
Divya Mohan - avatar