Skip to content

Commit 62e1116

Browse files
authored
Fixed a bug with an incorrect size modal
1 parent 0fa503f commit 62e1116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/scripts/components/dashboard/forms/SetupTwoFactorModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export default ({ onDismissed, ...props }: RequiredModalProps) => {
6969
{({ isSubmitting }) => (
7070
<Modal
7171
{...props}
72+
top={false}
7273
onDismissed={dismiss}
7374
dismissable={!isSubmitting}
7475
showSpinnerOverlay={loading || isSubmitting}

0 commit comments

Comments
 (0)