Skip to content

Commit 0b5f1a0

Browse files
committed
fix(scroll): disable over-scroll on virtual list
1 parent 512c3ef commit 0b5f1a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/common/list/ListScroll.vue

+4
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,9 @@ const showPoster = computed(() => !hidePoster?.value && !isTiny.value);
268268
animation: fade-in 0.5s forwards;
269269
animation-delay: 0.25s;
270270
}
271+
272+
:deep(.v-vl) {
273+
overscroll-behavior: none;
274+
}
271275
}
272276
</style>

0 commit comments

Comments
 (0)