diff --git a/website/src/repl/Footer.jsx b/website/src/repl/Footer.jsx index 3f3514b6..f2b5369b 100644 --- a/website/src/repl/Footer.jsx +++ b/website/src/repl/Footer.jsx @@ -76,10 +76,10 @@ export function Footer({ context }) { let positions = { right: cx('max-w-full flex-grow-0 flex-none overflow-hidden', isActive ? 'w-[600px] h-full' : 'absolute right-0'), - bottom: '', + bottom: 'h-[360px] min-h-[360px] relative', }; return ( -