Firefox 1440x900解决方案问题:页眉和页脚被切断

时间:2017-08-14 04:00:05

标签: html css responsive-design

伙计们 -

我对Firefox 1440x900的分辨率属性有疑问。 浮动页眉和页脚被截断,无论是水平还是垂直都无法滚动。

有关如何解决此问题的任何想法? 这是这些受影响对象的CSS片段:

1)页脚

#pageFooter {
    background-color: #eeeeee;
    overflow: auto;
    width: 100%;
}

2)持久标题

/* Line 49 */
.asmh-header, .asmh-header .container
{
  box-sizing: border-box;
}

/* Line 67 */
.asmh-header .container
{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

/* Line 77 */
.asmh-header .stick .container
{
  max-width: 100%;
}

截图: Screenshot of the Issue

希望你的想法和回应 谢谢!

0 个答案:

没有答案