Update MainPanel.tsx

This commit is contained in:
talksik
2022-06-25 16:56:16 -05:00
parent d097501c3d
commit 074f801ccd
+1 -1
View File
@@ -306,7 +306,7 @@ function ConversationDetails({ masterConversation }: { masterConversation: Maste
</Container>
</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 */}
<Stack direction="row" alignItems={'center'}>
{masterConversation.room &&