[#116,view/grid][s]: proper support for horizontal scrolling (header scrolls with body).
This commit is contained in:
@@ -76,6 +76,10 @@ html>body div.table-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
thead.fixed-header tr {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* set table header to a fixed position. WinIE 6.x only */
|
||||
/* In WinIE 6.x, any element with a position property set to relative and is a child of */
|
||||
/* an element that has an overflow property set, the relative value translates into fixed. */
|
||||
|
||||
Reference in New Issue
Block a user