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 b86eb67 commit c4ac692Copy full SHA for c4ac692
core/src/components/modal/gestures/sheet.ts
@@ -430,9 +430,7 @@ export const createSheetGesture = (
430
* This can cause issues if the user has a modal with content that can be dragged, as we'll
431
* swap to moving on drag and if we don't swap back here then the footer will get stuck.
432
*/
433
- if (!expandToScroll) {
434
- swapFooterPosition('stationary');
435
- }
+ swapFooterPosition('stationary');
436
return;
437
}
438
0 commit comments