我需要在React组件中使用iframe版本的推文按钮(不要乱用React渲染工作流程),但在Linux / Windows上使用 - 使用Chrome / Firefox,滚动条显示(即使是overflow: hidden
)
<iframe title="Twitter Tweet Button" style="border:0;overflow:hidden;" src="https://platform.twitter.com/widgets/tweet_button.html?count=none&dnt=false&lang=en&size=l&text=%23iframe%20Twitter%20button%20%23css%20problem%20%23overflow&type=share&url=http%3A%2F%2Fcodepen.io%2Ftopheman%2Fpen%2FwKyGPd&via=topheman" data-reactid=".0.2.0.4" height="28px" width="76px"></iframe>
渲染效果很好:
MacOS X - Chrome / Firefox / Safari Windows - Firefox
有关于此的任何提示吗?
答案 0 :(得分:2)
放置属性:
scrolling="no"