mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
fix layout of story views/replies modal
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user