fix(welcome): scrolling on content panel

This commit is contained in:
alexsparkes
2024-06-09 00:58:10 +01:00
parent 303aa60624
commit dc2df92cc0

View File

@@ -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]}
<div style={{ height: '100%', overflow: 'auto' }}>{tabs[currentTab]}</div>
</motion.div>
</AnimatePresence>
<Navigation />