📜  设置元素等于视口的大小 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:15.805000             🧑  作者: Mango

代码示例1
.container {
    height: 100vh;
    overflow: auto;
}