Advertisement
arie_cristianD

fix zoomed view when clicking in input in iPhone

Feb 9th, 2024
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* fix zoomed view when clicking in input in iPhone */
  2.  
  3. @supports (-webkit-overflow-scrolling: touch) {
  4.     input,textarea {
  5.       font-size: 16px !important;
  6.     }
  7.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement