mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +03:00
fix backup iframe visibility
This commit is contained in:
parent
4486ef1e72
commit
59a936b094
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ export function PersistentCallContainer({ children }: PersistentCallContainerPro
|
|||
width: '100%',
|
||||
height: '100%',
|
||||
border: 'none',
|
||||
display: !isPrimaryIframe && isViewingActiveCall ? 'flex' : 'none',
|
||||
display: !isPrimaryIframe || isViewingActiveCall ? 'flex' : 'none',
|
||||
}}
|
||||
title={`Persistent Element Call`}
|
||||
sandbox="allow-forms allow-scripts allow-same-origin allow-popups allow-modals allow-downloads"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue