1. 程式人生 > >[CSS] Showing horizontal scrollbar always for the table

[CSS] Showing horizontal scrollbar always for the table

nbsp overflow tab spl spa horizon clas pre idt

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

[CSS] Showing horizontal scrollbar always for the table