Skip to content

Commit

Permalink
fix: introduction page
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj authored and Suraj committed Oct 9, 2023
1 parent 6d53c9e commit 6d20333
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ const ActionsheetDemo = () => {
isOpen={showActionsheet}
onClose={handleClose}
zIndex={999}
snapPoints={[50]}
_experimentalOverlay={showActionsheet}
>
<ActionsheetBackdrop />
<ActionsheetContent zIndex={999}>
<ActionsheetContent zIndex={999} height={'50%'}>
<ActionsheetDragIndicatorWrapper>
<ActionsheetDragIndicator />
</ActionsheetDragIndicatorWrapper>
Expand Down

0 comments on commit 6d20333

Please sign in to comment.