We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce828e commit 8fc9ee3Copy full SHA for 8fc9ee3
src/js/scroll_panel.js
@@ -178,7 +178,7 @@ export class RegularVirtualTableViewModel extends HTMLElement {
178
const header_levels = this._view_cache.config.column_pivots.length;
179
const total_scroll_height = Math.max(
180
1,
181
- this._virtual_panel.offsetHeight - height,
+ this._virtual_panel.offsetHeight - this.clientHeight,
182
);
183
const percent_scroll =
184
Math.max(Math.ceil(this.scrollTop), 0) / total_scroll_height;
0 commit comments