Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

table overflow not working

table {
  display:block;
  overflow:auto;
  max-height:100px;
}
 
PREVIOUS NEXT
Tagged: #table #overflow #working
ADD COMMENT
Topic
Name
7+5 =