自定义视口高度,多余的部分使用滚动
<form style="height="600px">
<scrollbar哈哈 class="scroll-container"></scrollbar哈哈>
</form>
<style>
.scroll-container{
height:300vh;
overflow-x:hidden;
}
</style>
如果是弹框里需要有滚动效果,我们就需要在内容上加高度,剩下的内容就会默认实现滚动,(因为弹框是不能定义高度的)