overflow-x: hidden, is not working in safari

后端 未结 3 1542
轮回少年
轮回少年 2020-12-19 21:43

I have a site that works well on every browser, except on Safari. On safari I can scroll horizontally for many thousands of pixels.

Anyone have had this issue?

3条回答
  •  無奈伤痛
    2020-12-19 22:26

    On your site, you haven't declared overflow-x: hidden for your html tag. Adding it seems to solve the problem.

提交回复
热议问题