[#116,view/grid][s]: do not show extra header col if no scrollbar on grid body.

This commit is contained in:
Rufus Pollock
2012-05-17 23:57:08 +01:00
parent d49956e4de
commit fa0f37b5f7
2 changed files with 7 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ html>body thead.fixed-header tr {
/* set TBODY element to have block level attributes. All other non-IE browsers */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto */
tbody.scrollContent {
tbody.scroll-content {
display: block;
max-height: 500px;
overflow: auto;