Answers for "overflow x auto not working on table"

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 auto not working on table"

Browse Popular Code Answers by Language