diff --git a/services/web/frontend/js/features/ide-react/components/editor-and-pdf.tsx b/services/web/frontend/js/features/ide-react/components/editor-and-pdf.tsx index 199cc8e238..e0a6934f2c 100644 --- a/services/web/frontend/js/features/ide-react/components/editor-and-pdf.tsx +++ b/services/web/frontend/js/features/ide-react/components/editor-and-pdf.tsx @@ -37,7 +37,13 @@ export const EditorAndPdf: FC<{ view === 'editor' || view === 'file' || pdfLayout === 'sideBySide' return ( - + {/* main */} {editorIsOpen && ( <>