@@ -29,8 +29,6 @@
.fixed-table-container table {
width: 100%;
- overflow-x: hidden;
- overflow-y: auto;
}
.fixed-table-container thead th {
@@ -960,7 +960,7 @@
if (this.options.height && this.options.showHeader) {
- this.$container.find('.fixed-table-container').css('padding-bottom', '38px');
+ this.$container.find('.fixed-table-container').css('padding-bottom', '37px');
};