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 194b475 commit 905c409Copy full SHA for 905c409
core/src/components/modal/gestures/sheet.ts
@@ -527,7 +527,9 @@ export const createSheetGesture = (
527
* the footer position to stationary so that it
528
* will act as it would by default
529
*/
530
- swapFooterPosition('stationary');
+ if (!expandToScroll) {
531
+ swapFooterPosition('stationary');
532
+ }
533
534
/**
535
* Once the snapping animation completes,
0 commit comments