Skip to content

Commit 313d388

Browse files
authored
Correct vertical position of Actionsheet
1 parent 93cf9fc commit 313d388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ export default forwardRef<ActionSheetRef, ActionSheetProps>(
936936
? getZIndexFromStack(sheetId, currentContext)
937937
: 999,
938938
width: '100%',
939-
height: initialWindowHeight.current,
939+
height: '100%',
940940
},
941941
pointerEvents: props?.backgroundInteractionEnabled
942942
? 'box-none'

0 commit comments

Comments
 (0)