fix layout of story views/replies modal

This commit is contained in:
Jamie Kyle 2023-08-04 17:54:05 -07:00 committed by GitHub
parent e3ffc70389
commit 7b6cd00b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View file

@ -254,7 +254,9 @@ export function ModalPage({
)}
ref={bodyRef}
>
<div ref={bodyInnerRef}>{children}</div>
<div ref={bodyInnerRef} className={getClassName('__body_inner')}>
{children}
</div>
</div>
{modalFooter && <Modal.ButtonFooter>{modalFooter}</Modal.ButtonFooter>}
</div>