fix: h-full

This commit is contained in:
Felix Roos
2026-01-22 20:18:59 +01:00
parent 3364b9f05f
commit 1d887e81ef
+1 -1
View File
@@ -21,7 +21,7 @@ export default function ReplEditor(Props) {
<div className="flex flex-col grow overflow-hidden">
{/* <MainPanel context={context} isEmbedded={isEmbedded} className="hidden sm:block" /> */}
<MainPanel context={context} isEmbedded={isEmbedded} />
<div className="flex overflow-hidden">
<div className="flex overflow-hidden h-full">
<Code containerRef={containerRef} editorRef={editorRef} init={init} />
{!isZen && panelPosition === 'right' && <VerticalPanel context={context} />}
</div>