We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f77c0 commit a66d5f6Copy full SHA for a66d5f6
src/workbench/WelcomeDialog.tsx
@@ -31,7 +31,7 @@ const WelcomeDialog = ({ youtubeId, isOpen, onClose }: WelcomeDialogProps) => {
31
const intl = useIntl();
32
const welcomeVideoAltText = intl.formatMessage({ id: "welcome-video-alt" });
33
return (
34
- <Modal isOpen={isOpen} onClose={onClose} size="2xl" scrollBehavior="inside">
+ <Modal isOpen={isOpen} onClose={onClose} size="2xl" scrollBehavior="outside">
35
<ModalOverlay>
36
<ModalContent>
37
<ModalCloseButton />
0 commit comments