diff --git a/src/app/App.tsx b/src/app/App.tsx index 9337d94f..904cda47 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -159,8 +159,8 @@ const App: React.VoidFunctionComponent = ({ onEditorChanged }) => { style={{ display: 'grid', gridTemplateColumns: '250px auto' }} > - {/* need a container for SplitterLayout since it uses position: absolute */} -
+ {/* need a container with position: relative; for SplitterLayout since it uses position: absolute; */} +