@@ -2572,7 +2572,7 @@ class BootstrapTable {
if (!this.options.cardView && this.options.showHeader && this.options.height) {
this.$tableHeader.show()
this.resetHeader()
- padding += this.$header.outerHeight(true)
+ padding += this.$header.outerHeight(true) + 1
} else {
this.$tableHeader.hide()
this.trigger('post-header')