Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* fix zoomed view when clicking in input in iPhone */
- @supports (-webkit-overflow-scrolling: touch) {
- input,textarea {
- font-size: 16px !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement