Update MainPanel.tsx
This commit is contained in:
@@ -306,7 +306,7 @@ function ConversationDetails({ masterConversation }: { masterConversation: Maste
|
|||||||
</Container>
|
</Container>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<Box sx={{ p: 2, boxShadow: 3, zIndex: 10 }} flexDirection={'column'} mt={'auto'}>
|
<Box sx={{ p: 2, boxShadow: 3, zIndex: 5 }} flexDirection={'column'} mt={'auto'}>
|
||||||
{/* live video and screenshares */}
|
{/* live video and screenshares */}
|
||||||
<Stack direction="row" alignItems={'center'}>
|
<Stack direction="row" alignItems={'center'}>
|
||||||
{masterConversation.room &&
|
{masterConversation.room &&
|
||||||
|
|||||||
Reference in New Issue
Block a user