fix: prevent overlap of right side of chat

This commit is contained in:
Jeremy Kahn 2022-10-25 09:18:41 -05:00
parent ee7d528f01
commit 6740d8da3d

View File

@ -30,7 +30,6 @@ export const PeerList = ({
return (
<MuiDrawer
sx={{
width: peerListWidth,
flexShrink: 0,
'& .MuiDrawer-paper': {
width: peerListWidth,