Safari/Chrome (Webkit) - Cannot hide iframe vertical scrollbar

前端 未结 17 938
粉色の甜心
粉色の甜心 2020-11-28 05:32

I have an iframe on www.example.com that points to support.example.com (which is a CNAME to a foreign domain).

I automatically resize the height of my i

17条回答
  •  醉梦人生
    2020-11-28 06:20

    You can hide the scrollbars and maintain the scrolling functionality (by touchpad or scroll wheel, or touch and drag in a mobile phone or tablet, by using:

    
    

    Obviously, you can change iframe to whatever fits your design, and you can add the equivalent -mozilla- property to get it work in firefox as well.

提交回复
热议问题