Fix non scrolling bug with Fixed Columns

Fix error I reported in
http://datatables.net/forums/discussion/comment/37284#Comment_37284
pull/3/head
Jason Punyon 12 years ago
parent 3fce2d018c
commit d8a4fba165

@ -24,6 +24,7 @@ div.dataTables_paginate {
table.table {
clear: both;
margin-bottom: 6px !important;
max-width: none !important;
}
table.table thead .sorting,

Loading…
Cancel
Save