Update examples to use no-js fallback of overflow: scroll

This commit is contained in:
DanielApt
2015-02-18 16:36:10 +00:00
parent 6af7500d6b
commit 313f62d2f8
15 changed files with 16 additions and 15 deletions

View File

@@ -17,7 +17,8 @@
}
#table tbody {
height: 100px;
overflow-y: hidden;
overflow-y: scroll;
overflow-x:hidden;
position: relative;
}
#table tbody td, #table thead th {