Revert scroller height patch

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/653/head
Varun Patil 2023-05-04 11:21:38 -07:00
parent c13a4ca339
commit 636183918c
1 changed files with 1 additions and 2 deletions

View File

@ -384,8 +384,7 @@ export default defineComponent({
this.containerSize = [width, height];
// Scroller spans the container height
// Compensate for the size of the scroller thumb
this.scrollerHeight = height - (this.isMobile() ? 40 : 20);
this.scrollerHeight = height;
// Static top matter to exclude from recycler height
const topmatter = this.$refs.topmatter as any;