添加滚动条,内容多时显示,内容少时隐藏

CSS样式:

   <style type="text/css">
   .scroll{
     overflow-x:auto; overflow-y:auto; height:800px;
   }
  </style>

  

原文地址:https://www.cnblogs.com/emily1130/p/3699344.html