Merge pull request #26310 from overleaf/mj-history-view-cut-off

[web] Editor redesign: Avoid cutting off history view

GitOrigin-RevId: ecffc404ef6c210c852edd13c99b742545b73b32
This commit is contained in:
Mathias Jakobsen
2025-06-12 09:49:27 +01:00
committed by Copybot
parent d2e784e11c
commit 819cd85a0e

View File

@@ -56,6 +56,9 @@ export default function MainLayout() {
<PanelGroup
autoSaveId="ide-redesign-editor-and-pdf-panel-group"
direction="horizontal"
className={classNames({
hidden: view === 'history',
})}
>
<Panel
id="ide-redesign-editor-panel"