diff --git a/css/grid.css b/css/grid.css index 3d7d9b1a..a8ff0625 100644 --- a/css/grid.css +++ b/css/grid.css @@ -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; diff --git a/src/view-grid.js b/src/view-grid.js index eff00da6..f2a3bb2f 100644 --- a/src/view-grid.js +++ b/src/view-grid.js @@ -167,7 +167,7 @@ my.Grid = Backbone.View.extend({