[CSS] Showing horizontal scrollbar always for the table

table {
    display: block;
    overflow: scroll;
    width: 200px;
    height:95vh;
}

 

posted @ 2017-05-03 21:00  Zhentiw  阅读(201)  评论(0编辑  收藏  举报