fix: strange viewport issue on welcome

This commit is contained in:
alexsparkes
2024-06-09 11:02:37 +01:00
parent de319c038c
commit 78ce68b30b
2 changed files with 4578 additions and 3781 deletions

View File

@@ -229,7 +229,7 @@ function WelcomeModal() {
animate="center"
exit="exit"
transition={{ type: 'tween', duration: 0.8 }}
style={{ position: 'absolute', height: '100%' }}
style={{ position: 'absolute', height: '100%', width: '50%' }}
>
<div style={{ height: '100%', overflow: 'auto' }}>{tabs[currentTab]}</div>
</motion.div>