CSS 设置超过一定高度后出现滚动条

.test {
    max-height: 500px,
    overflow-y: auto
}

 

你可能感兴趣的:(css)