【问题标题】:Issue with hubspot and bootstrap themehubspot 和 bootstrap 主题的问题
【发布时间】:2014-06-27 11:51:57
【问题描述】:

我们在 bootstrap 中创建了一个新主题,并将一个新主题应用于我们在 HUBSPOT 上的博客。当我们将窗口大小调整为响应式尺寸主题卡住并且滚动条在 600px 左右消失时,会出现问题。

我无法向上或向下移动页面需要帮助解决为什么主题卡在中间并且滚动条消失的问题。

主题链接:blog.homearena.co.uk/hanewdesign

【问题讨论】:

    标签: css html twitter-bootstrap themes hubspot


    【解决方案1】:

    在 HomeArena-style.min.css 中有以下代码:

    @media (max-width: 899px)
    #site-wrapper{
     overflow-y: hidden;
    }
    

    应该是

    @media (max-width: 899px)
    #site-wrapper{
     overflow-y: scroll !important;
    }
    

    【讨论】:

      【解决方案2】:

      使用高度作为自动;

      #site-wrapper{ height:auto}
      

      如果不行,请告诉我

      【讨论】:

        猜你喜欢
        • 2019-08-10
        • 2019-12-12
        • 1970-01-01
        • 2014-06-26
        • 1970-01-01
        • 2014-08-10
        • 2014-12-21
        • 2016-02-19
        • 2016-12-01
        相关资源
        最近更新 更多