Keep inspector from covering call buttons

This commit is contained in:
Robin Townsend 2023-04-19 14:43:37 -04:00
commit 6ad4663508
2 changed files with 10 additions and 3 deletions

View file

@ -438,8 +438,10 @@ export function InCallView({
</RightNav>
</Header>
)}
{renderContent()}
{footer}
<div className={styles.controlsOverlay}>
{renderContent()}
{footer}
</div>
<GroupCallInspector
client={client}
groupCall={groupCall}