【发布时间】:2021-08-08 05:23:13
【问题描述】:
我是一名新的 Web 开发人员,希望设计一个类似于 this 的页面作为 CSS 列的练习。我目前无法使 flexbox 容器中的每个 <div> 单独滚动。
Link to current state (CodePen)
我知道position: fixed 在弹性盒中不兼容,但这是我能想到的唯一方法。有什么想法吗?
【问题讨论】:
标签: html css scroll flexbox frontend