From dabc0331cb68e71135725ea29ca7a8ac3ffc087e Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 18 Aug 2023 23:19:19 +0200 Subject: [PATCH] fix panel scroll --- website/src/repl/Footer.jsx | 20 +++++++++++--------- website/src/repl/Repl.jsx | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) 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 ( -