当位置固定时,iframe内容会在页面中滚动

时间:2016-08-19 15:16:52

标签: html css iframe

我在我的网站www.brandstik.in中遇到了问题。我在我的网站上嵌入了实时聊天应用程序。它已设置在固定位置,但它会滚动页面。此问题仅发生在主页中。在其他页面上,它按预期工作。我注意到每个具有固定位置的元素都会滚动。请帮我解决这个问题。我对css没什么了解。

enter image description here

更新

.live-chat-app{
    position:fixed;
    bottom:0;
    right:20px;
    display:block
}

<div class="live-chat-app">
<iframe name="customer-chat-iframe" id="customer-chat-iframe" src="http://brandstik.in/livechat/php/app.php?widget-iframe-content&amp;domain=brandstik.in" marginwidth="0" marginheight="0" frameborder="0" style="display: block; border: none; outline: none; position: fixed; z-index: 999999; overflow: hidden; bottom: 0px; right: 50px; width: 279px; height: 320px; margin: 0px; padding: 0px; background: transparent;"></iframe>
</div>

0 个答案:

没有答案