fix: h-full
This commit is contained in:
parent
3364b9f05f
commit
1d887e81ef
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default function ReplEditor(Props) {
|
||||||
<div className="flex flex-col grow overflow-hidden">
|
<div className="flex flex-col grow overflow-hidden">
|
||||||
{/* <MainPanel context={context} isEmbedded={isEmbedded} className="hidden sm:block" /> */}
|
{/* <MainPanel context={context} isEmbedded={isEmbedded} className="hidden sm:block" /> */}
|
||||||
<MainPanel context={context} isEmbedded={isEmbedded} />
|
<MainPanel context={context} isEmbedded={isEmbedded} />
|
||||||
<div className="flex overflow-hidden">
|
<div className="flex overflow-hidden h-full">
|
||||||
<Code containerRef={containerRef} editorRef={editorRef} init={init} />
|
<Code containerRef={containerRef} editorRef={editorRef} init={init} />
|
||||||
{!isZen && panelPosition === 'right' && <VerticalPanel context={context} />}
|
{!isZen && panelPosition === 'right' && <VerticalPanel context={context} />}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue