Client:Dialogs:CreateEditRoomDialog: fix select room type dropdown for mobile

This commit is contained in:
Timofey Boyko 2024-07-17 12:35:50 +03:00
parent 5ab4d81952
commit 5e86b87c31

View File

@ -41,10 +41,6 @@ const StyledDropdownMobile = styled.div`
z-index: 500;
padding-top: 6px;
${({ theme }) =>
theme.interfaceDirection === "rtl"
? `margin-right: -16px;`
: `margin-left: -16px;`}
box-shadow: 0px -4px 60px rgba(4, 15, 27, 0.12);
border-radius: 6px 6px 0px 0px;
background: ${(props) =>