Recently, I encountered a problem with iOS where tapping on a <select>
box triggers the "scroll wheel" interface, pushing the modal being accessed upwards. While this behavior is acceptable, the issue arises when the modal fails to retain its original position after the interface closes.
I am seeking solutions that involve utilizing vendor-specific DOMEvents or CSS pseudo-elements to trigger a recalculation of the modal's position and adjust it accordingly once the UI element is closed (either by selecting "done" or tapping outside the interface). Any suggestions on how to achieve this?