📜  可滚动的侧边栏 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:36.681000             🧑  作者: Mango

代码示例1
#leftCol {
    position: fixed;
    width: 150px;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
}