Skip to content

Commit

Permalink
disable backdrop click in landing demo
Browse files Browse the repository at this point in the history
framework != demo
  • Loading branch information
prevwong committed Jan 6, 2020
1 parent d4ab9df commit 62e67fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const Viewport: React.FC = ({children}) => {
fullWidth={true}
maxWidth="sm"
onClose={() => setDialog(false)}
disableBackdropClick={true}
>
<DialogTitle>{"Keep the following in mind"}</DialogTitle>
<DialogContent>
Expand Down

0 comments on commit 62e67fd

Please sign in to comment.