【问题标题】:scrolling child div in absolute positioned parent在绝对定位的父级中滚动子级 div
【发布时间】:2017-01-16 16:35:13
【问题描述】:

我有这样的布局:

整个右边内容的positionabsolute

我希望能够仅滚动此 I should scroll 框和此灰色内容以留在他的位置。

代码和游乐场 => codepen

【问题讨论】:

    标签: html css layout css-position


    【解决方案1】:

    你需要修改你的 CSS 文件

    .user-search-box .result-list{
      position: absolute;
      max-height:100%;
      min-width:100%;
      overflow:scroll;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-03-11
      • 1970-01-01
      • 2010-11-16
      • 2014-03-22
      • 1970-01-01
      • 2013-05-29
      • 1970-01-01
      • 2021-12-07
      相关资源
      最近更新 更多