fix layout of story views/replies modal
This commit is contained in:
parent
e3ffc70389
commit
7b6cd00b3f
2 changed files with 16 additions and 16 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue