diff --git a/src/features/welcome/Welcome.jsx b/src/features/welcome/Welcome.jsx index 9e3b16bc..b9ce50a0 100644 --- a/src/features/welcome/Welcome.jsx +++ b/src/features/welcome/Welcome.jsx @@ -217,9 +217,9 @@ function WelcomeModal() { animate="center" exit="exit" transition={{ type: 'tween', duration: 1 }} - style={{ position: 'absolute', oveflow: 'auto' }} + style={{ position: 'absolute', height: '100%' }} > - {tabs[currentTab]} +
{tabs[currentTab]}