Skip to content

Commit 4cbbbcf

Browse files
committed
fix: #22
1 parent a3ab530 commit 4cbbbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-spring-bottom-sheet/src/BottomSheet.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ defineExpose({ open, close, snapToPoint })
689689
[data-vsbs-scroll] {
690690
flex-grow: 1;
691691
overflow-y: auto;
692-
overscroll-behavior: contain;
692+
overscroll-behavior: none;
693693
}
694694
695695
[data-vsbs-content-wrapper] {

0 commit comments

Comments
 (0)