diff --git a/src/index.tsx b/src/index.tsx index 26569c9..ffb405f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -451,6 +451,7 @@ export class ScrollBottomSheet extends Component> { simultaneousHandlers={this.drawerContentRef} > extends Component> { onScrollBeginDrag={this.onScrollBeginDrag} onMomentumScrollEnd={this.handleMomentumScrollEnd} scrollEventThrottle={1} - {...rest} + contentContainerStyle={[ + rest.contentContainerStyle, + { paddingBottom: this.getNormalisedSnapPoints()[0] }, + ]} />