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 dcb92d2 commit 72f4e5eCopy full SHA for 72f4e5e
packages/components/board/scroll/entry-virtual-scroll.ts
@@ -138,7 +138,7 @@ export class ThyBoardEntryVirtualScrollStrategy extends AutoSizeVirtualScrollStr
138
marginY = marginY + parseFloat(childStyle.marginBottom) + parseFloat(childStyle.marginTop);
139
}
140
141
- return cardElement.clientHeight + marginY;
+ return cardElement.getBoundingClientRect().height + marginY;
142
143
144
updateCardsHeight() {
0 commit comments