Title: Code conflict
Last modified: January 24, 2020

---

# Code conflict

 *  [ceol](https://wordpress.org/support/users/ceol/)
 * (@ceol)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/code-conflict-4/)
 * Hi.
    While trying to fix iOS image background problem I put in the following 
   additional CSS (which seems to work). However _Scroll Top_ Button no longer shows.
   Shame this as the problem this fixed really made the site look terrible in iOS.
   Any advice on how to retain _Scroll Top_ while retaining this code would be most
   welcome thanks
 *     ```
       html {
       background-size: cover;
       height: 100%;
       overflow: hidden;
       }
       body
       {
       height:100%;
       overflow: scroll;
       -webkit-overflow-scrolling: touch;
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Thread Starter [ceol](https://wordpress.org/support/users/ceol/)
 * (@ceol)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/code-conflict-4/#post-12364747)
 * Update:
    Seems the problem is: `overflow: hidden;` but removing this brings the
   other problem back (image background in iOS).

Viewing 1 replies (of 1 total)

The topic ‘Code conflict’ is closed to new replies.

 * ![](https://ps.w.org/wpfront-scroll-top/assets/icon.svg?rev=1534312)
 * [WPFront Scroll Top](https://wordpress.org/plugins/wpfront-scroll-top/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpfront-scroll-top/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpfront-scroll-top/)
 * [Active Topics](https://wordpress.org/support/plugin/wpfront-scroll-top/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpfront-scroll-top/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpfront-scroll-top/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [ceol](https://wordpress.org/support/users/ceol/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/code-conflict-4/#post-12364747)
 * Status: not resolved