+ 1
How to prevent input box size from changing while on focus?
When any input box is in focus while keyboard is on the screen, sizes of input boxes reduced to half. How can I prevent this? Please help. The code is posted below. https://code.sololearn.com/WDio06smZeSu/?ref=app
2 Antworten
+ 1
try px instead of vh
+ 1
Thank you Aaron Erhardt. It works!