Skip to content

Commit 73c072f

Browse files
author
Guillaume Chau
committed
fix: use minHeight instead of height on wrapper, closes #92
1 parent 5ba314a commit 73c072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RecycleScroller.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<div
1616
ref="wrapper"
17-
:style="{ height: totalHeight + 'px' }"
17+
:style="{ minHeight: totalHeight + 'px' }"
1818
class="vue-recycle-scroller__item-wrapper"
1919
>
2020
<div

0 commit comments

Comments
 (0)