The problem is that some browsers' implementations of pinch-zoom affect the body element, which Select2 attaches to by default, causing it to render incorrectly.The solution is to use dropdownParent to attach the dropdown to a more specific element.
The problem is that some browsers' implementations of pinch-zoom affect the body element, which Select2 attaches to by default, causing it to render incorrectly.The solution is to use dropdownParent to attach the dropdown to a more specific element.