Office365表单iframe显示滚动条

时间:2018-09-11 20:54:52

标签: forms iframe office365 sharepoint-online

我试图通过iframe将Office365表单嵌入SharePoint Online网站上,但是页面显示滚动条。我在 iframe 上尝试过scrolling="no",在风格中尝试过overflow:hidden,但这无济于事。

有人以前遇到过这个问题吗?有没有建议的解决方法?

1 个答案:

答案 0 :(得分:0)

   iframe{
overflow:hidden;
}

 "width:100%;height:100%" 

可能是问题所在。尝试使iframe的尺寸大于框架窗口。

如果这不起作用,请尝试以下行。

 #s4-workspace {

   overflow-y: hidden !important;

   overflow-x: hidden !important;

}