Overriding overflow-x CSS property on iOS

后端 未结 1 1929
日久生厌
日久生厌 2021-01-27 04:07

We have a base style sheet for a mobile web app where we have html and body set to overflow-x:hidden to prevent any horizontal scrolling.

However on 1 page, we have an i

相关标签:
1条回答
  • 2021-01-27 04:22

    Tried overflow-x: visible; instead? Also I don't believe the !importants are necessary.

    0 讨论(0)
提交回复
热议问题