[#116,view/grid][s]: proper support for horizontal scrolling (header scrolls with body).

This commit is contained in:
Rufus Pollock
2012-05-19 12:41:05 +01:00
parent 73767bf6c4
commit ffe07e4ad5
2 changed files with 19 additions and 6 deletions

View File

@@ -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. */