Update examples to use no-js fallback of overflow: scroll
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user