Skip to content

Commit

Permalink
feat(demo): update Sheet demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Aug 31, 2021
1 parent f566134 commit 5638a62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kitchen-sink/react/pages/SheetModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ export default function SheetModalPage() {
</p>
</Block>

<Sheet opened={sheetOpened} onBackdropClick={() => setSheetOpened(false)}>
<Sheet
className="pb-safe"
opened={sheetOpened}
onBackdropClick={() => setSheetOpened(false)}
>
<Toolbar top>
<div className="left" />
<div className="right">
Expand Down

0 comments on commit 5638a62

Please sign in to comment.