Title: tropexl's Replies | WordPress.org

---

# tropexl

  [  ](https://wordpress.org/support/users/tropexl/)

 *   [Profile](https://wordpress.org/support/users/tropexl/)
 *   [Topics Started](https://wordpress.org/support/users/tropexl/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tropexl/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tropexl/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tropexl/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tropexl/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tropexl/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My Website Locks Up on Mobile, Preventing Scrolling](https://wordpress.org/support/topic/my-website-locks-up-on-mobile-preventing-scrolling/)
 *  Thread Starter [tropexl](https://wordpress.org/support/users/tropexl/)
 * (@tropexl)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/my-website-locks-up-on-mobile-preventing-scrolling/#post-13318837)
 * [@t-p](https://wordpress.org/support/users/t-p/) I apologize for the delay.. 
   Apparently my last message didn’t go through for whatever reason.
 * This indeed fixed the issue, however I’ve seen multiple sites with this same 
   theme activated that did not have the same problem (plus, I wanted to avoid rebuilding
   the site).. Some of these sites even had the same header as the one I’m using.
 * I did some digging and found a forum post of a dev that solved this issue by 
   just hiding the overflow on the body element. I tried it out and it worked!
 *     ```
       body {
         overflow: hidden;
       }
       ```
   
 * credit: [https://stackoverflow.com/questions/39692337/div-scrolling-freezes-sometimes-if-i-use-webkit-overflow-scrolling](https://stackoverflow.com/questions/39692337/div-scrolling-freezes-sometimes-if-i-use-webkit-overflow-scrolling)
 * Still strange that this was an issue.. But at least I found a solution.
 * I appreciate your time!
    -  This reply was modified 5 years, 9 months ago by [tropexl](https://wordpress.org/support/users/tropexl/).
    -  This reply was modified 5 years, 9 months ago by [tropexl](https://wordpress.org/support/users/tropexl/).

Viewing 1 replies (of 1 total)