css超出部分滚动并隐藏滚动条

1,610 阅读1分钟

.inner-container {
height:200px;
overflow: auto;
}

.inner-container::-webkit-scrollbar {
display: none;
}