Web:Client:InvitePanel: fix people selector for mobile devices

This commit is contained in:
TimofeyBoyko 2022-11-10 17:06:59 +03:00
parent 140d819bf1
commit 44115d9298

View File

@ -120,6 +120,10 @@ const StyledInviteInputContainer = styled.div`
align-items: center;
${fillAvailableWidth}
margin-bottom: 20px;
.header_aside-panel {
max-width: 100% !important;
}
`;
const StyledDropDown = styled(DropDown)`