From 9a10cac8e939ff79490aeecd3edfca992512d16a Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 21 Jan 2026 23:07:49 +0100 Subject: [PATCH] fix bottom panel --- website/src/repl/components/panel/Panel.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/repl/components/panel/Panel.jsx b/website/src/repl/components/panel/Panel.jsx index 78bd8a784..3dd53cf4a 100644 --- a/website/src/repl/components/panel/Panel.jsx +++ b/website/src/repl/components/panel/Panel.jsx @@ -33,16 +33,16 @@ export function HorizontalPanel({ context }) { return ( -
+
{isPanelOpen && ( -
+
)}