overflow hidden not working on touch device
        Posted  
        
            by 
                Jesper Ong
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jesper Ong
        
        
        
        Published on 2012-12-03T11:01:10Z
        Indexed on 
            2012/12/03
            11:05 UTC
        
        
        Read the original article
        Hit count: 470
        
I have a problem with overflow:hidden on a touch device. Basically I have my html and body on overflow:hidden. With a contact form outside(bottom) of the window. On clicking a button this form will animate in. This is so far working great on desktop browsers.
But on touch devices, I seem to be able to scroll down and view the form. I can't seem to find solutions after much googling. Is there anyway to force overflow:hidden on touch devices?
Any help much appreciated!
© Stack Overflow or respective owner