I am facing an issue with my Bootstrap 3 application where the page is not user-scalable:
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
Despite having a fully responsive form on the page:
Whenever I try to include a file-picker for uploading images, the width of the page expands and horizontal scrollbars appear:
https://i.sstatic.net/IzvHV.png
Interestingly, removing the file-field from the form solves the UI glitch.