Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

table overflow scroll horizontal css

table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

table tbody {
  display: table;
  width: 100%;
}
 
PREVIOUS NEXT
Tagged: #table #overflow #scroll #horizontal #css
ADD COMMENT
Topic
Name
8+3 =