[MM-51076] Fix dropdown in modal for adding users in a group (#22642)

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Konstantinos Pittas
2023-04-20 14:05:54 +03:00
коммит произвёл GitHub
родитель 09ac549d0b
Коммит dd2b1db420
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@@ -65,7 +65,6 @@ exports[`component/create_user_groups_modal should match snapshot with back butt
</ModalHeader>
<ModalBody
bsClass="modal-body"
className="overflow--visible"
componentClass="div"
>
<div
@@ -184,7 +183,6 @@ exports[`component/create_user_groups_modal should match snapshot without back b
</ModalHeader>
<ModalBody
bsClass="modal-body"
className="overflow--visible"
componentClass="div"
>
<div

Просмотреть файл

@@ -3,6 +3,10 @@
margin-top: calc(50vh - 240px);
}
.modal-body {
overflow: visible;
}
.Input___error {
&.group-error {
position: absolute;

Просмотреть файл

@@ -213,9 +213,7 @@ export default class CreateUserGroupsModal extends React.PureComponent<Props, St
}
</Modal.Header>
<Modal.Body
className='overflow--visible'
>
<Modal.Body>
<div className='user-groups-modal__content'>
<div className='group-name-input-wrapper'>
<Input