为什么我的小部件的高度不完全填充div?

时间:2017-10-07 13:13:41

标签: css html5 twitter-bootstrap height

这是我的iframe:

<div class="col-md-5 md-offset-1 col-sm-12" >
  <iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://app.mailjet.com/widget/iframe/2lW2/4ew" width="100%" height="224"></iframe>				 
</div>

结果如下:

enter image description here

如你所见:

  1. 有一个滚动条,虽然我指定了“no”。
  2. 我需要scoll才能访问确认按钮
  3. 当我增加iFrame的高度时,它不会调整内部框的大小。

    任何帮助?

0 个答案:

没有答案