table overflow not working

Solutions on MaxInterview for table overflow not working by the best coders in the world

showing results for - "table overflow not working"
Ben
20 Apr 2018
1table {
2  display:block;
3  overflow:auto;
4  max-height:100px;
5}