fix: version history editor overflow (#5461)

This commit is contained in:
Aaryan Khandelwal 2024-08-29 12:49:59 +05:30 committed by GitHub
parent 3c78292618
commit f843a5153b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">