Skip to content

Instantly share code, notes, and snippets.

View ebukahills's full-sized avatar
💭
💪🏾

Ebuka Ugwu ebukahills

💭
💪🏾
View GitHub Profile
@ebukahills
ebukahills / ios-input-fix.css
Last active January 29, 2019 09:14
Fix Form Issues on iOS devices where page zooms in when a form input is clicked
/*
iOS Form Input zoom-in fix
*/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],