Merge pull request #1013 from robintown/controls-overlay
Keep inspector from covering call buttons
This commit is contained in:
commit
8437e263af
2 changed files with 10 additions and 3 deletions
|
|
@ -438,8 +438,10 @@ export function InCallView({
|
|||
</RightNav>
|
||||
</Header>
|
||||
)}
|
||||
{renderContent()}
|
||||
{footer}
|
||||
<div className={styles.controlsOverlay}>
|
||||
{renderContent()}
|
||||
{footer}
|
||||
</div>
|
||||
<GroupCallInspector
|
||||
client={client}
|
||||
groupCall={groupCall}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue