Answers for "overflow x is not working in table td"

CSS
3

table overflow not working

table {
  display:block;
  overflow:auto;
  max-height:100px;
}
Posted by: Guest on January-26-2021

Code answers related to "overflow x is not working in table td"

Browse Popular Code Answers by Language