Code conflict
-
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 thankshtml { background-size: cover; height: 100%; overflow: hidden; } body { height:100%; overflow: scroll; -webkit-overflow-scrolling: touch; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Code conflict’ is closed to new replies.