Skip to content

Commit caa4264

Browse files
authored
Merge pull request #288 from aleberguer/aleberguer-vertical-position
Correct vertical position of Actionsheet
2 parents feb1433 + 313d388 commit caa4264

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)