We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3511542 commit 2f9da66Copy full SHA for 2f9da66
src/pages/MainContainer.tsx
@@ -31,7 +31,8 @@ const MainContainer = () => {
31
32
return (
33
<div className="main-container" style={{ backgroundColor }}>
34
- <PanelGroup direction="horizontal" className="main-container-panel-group">
+ <PanelGroup direction="horizontal" className="main-container-panel-group"
35
+ style={{position: "fixed", width: "calc(100% - 64px)", height: "calc(100% - 64px)"}}>
36
{isEditorsVisible && (
37
<>
38
<Panel defaultSize={50} minSize={30}>
0 commit comments