From dc2df92cc028066ee47ed5334251681d17b3b3c9 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Sun, 9 Jun 2024 00:58:10 +0100 Subject: [PATCH] fix(welcome): scrolling on content panel --- src/features/welcome/Welcome.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]}