Scroll的使用

1.给父元素限制宽高

2.给Scroll限制高度,并overflow:hidden;

1   <div class="rank">
2        <scroll class="top-list">
 1  .top-list{
 2     height: 100%;
 3     width: 100%;
 4     overflow:hidden;
 5   }
 6   .rank{
 7     position: fixed;
 8     width: 100%;
 9     top: 88px;
10     bottom: 0;
11   }

 

posted @ 2018-08-13 15:36  前端极客  阅读(1735)  评论(0编辑  收藏  举报