Skip to content

Commit ae8f507

Browse files
author
Guillaume Chau
committed
fix: eslint error
1 parent 5d8e927 commit ae8f507

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/RecycleScroller.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
name="after-container"
3939
/>
4040

41-
<resize-observer @notify="handleResize" />
41+
<ResizeObserver @notify="handleResize" />
4242
</div>
4343
</template>
4444

@@ -371,6 +371,10 @@ export default {
371371
</script>
372372

373373
<style>
374+
.vue-recycle-scroller {
375+
position: relative;
376+
}
377+
374378
.vue-recycle-scroller:not(.page-mode) {
375379
overflow-y: auto;
376380
}

0 commit comments

Comments
 (0)