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 5ba314a commit 73c072fCopy full SHA for 73c072f
src/components/RecycleScroller.vue
@@ -14,7 +14,7 @@
14
15
<div
16
ref="wrapper"
17
- :style="{ height: totalHeight + 'px' }"
+ :style="{ minHeight: totalHeight + 'px' }"
18
class="vue-recycle-scroller__item-wrapper"
19
>
20
0 commit comments