CSS background-position not working in Mobile Safari (iPhone/iPad)

后端 未结 5 1639
面向向阳花
面向向阳花 2020-12-06 00:43

I have an issue with background-position in mobile safari. It works fine on other desktop browsers, but not on iPhone or iPad.

body {
 background-color: #000         


        
5条回答
  •  無奈伤痛
    2020-12-06 01:09

    I have this problem and I'm addressing it by getting rid of my fixed footer using a separate style as mentioned here: How to target CSS for iPad but exclude Safari 4 desktop using a media query?

提交回复
热议问题