可以设置子元素的height: 100vh。
height: 100vh
.wrapper-content {
padding:5px 20px 100px;
height: 100vh;
overflow-y: scroll;
}