We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121aa41 commit 32f5d79Copy full SHA for 32f5d79
src/scrollHandler/containerScrollParent.ts
@@ -118,7 +118,7 @@ export default class ContainerScrollParent implements ScrollParent {
118
private getScrollParentBottom() {
119
if (this.scrollParentBottom == null) {
120
const containerHeight =
121
- this.container.getBoundingClientRect().bottom;
+ this.container.getBoundingClientRect().height;
122
this.scrollParentBottom =
123
this.getScrollParentTop() + containerHeight;
124
}
0 commit comments