Add option to align web dialogs to top
This commit is contained in:
@@ -22,7 +22,7 @@ import {ReportDialogProps} from './types'
|
|||||||
|
|
||||||
export function ReportDialog(props: ReportDialogProps) {
|
export function ReportDialog(props: ReportDialogProps) {
|
||||||
return (
|
return (
|
||||||
<Dialog.Outer control={props.control}>
|
<Dialog.Outer webOptions={{alignTop: true}} control={props.control}>
|
||||||
<Dialog.Handle />
|
<Dialog.Handle />
|
||||||
<ReportDialogInner {...props} />
|
<ReportDialogInner {...props} />
|
||||||
</Dialog.Outer>
|
</Dialog.Outer>
|
||||||
|
|||||||
Reference in New Issue
Block a user