fix: version history editor overflow (#5461)
This commit is contained in:
parent
3c78292618
commit
f843a5153b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ export const PageVersionsMainContent: React.FC<Props> = observer((props) => {
|
|||
const VersionEditor = editorComponent;
|
||||
|
||||
return (
|
||||
<div className="flex-grow flex flex-col">
|
||||
<div className="flex-grow flex flex-col overflow-hidden">
|
||||
{versionDetailsError ? (
|
||||
<div className="flex-grow grid place-items-center">
|
||||
<div className="flex flex-col items-center gap-4 text-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue