[MM-51076] Fix dropdown in modal for adding users in a group (#22642)
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
09ac549d0b
Коммит
dd2b1db420
@@ -65,7 +65,6 @@ exports[`component/create_user_groups_modal should match snapshot with back butt
|
|||||||
</ModalHeader>
|
</ModalHeader>
|
||||||
<ModalBody
|
<ModalBody
|
||||||
bsClass="modal-body"
|
bsClass="modal-body"
|
||||||
className="overflow--visible"
|
|
||||||
componentClass="div"
|
componentClass="div"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
@@ -184,7 +183,6 @@ exports[`component/create_user_groups_modal should match snapshot without back b
|
|||||||
</ModalHeader>
|
</ModalHeader>
|
||||||
<ModalBody
|
<ModalBody
|
||||||
bsClass="modal-body"
|
bsClass="modal-body"
|
||||||
className="overflow--visible"
|
|
||||||
componentClass="div"
|
componentClass="div"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
margin-top: calc(50vh - 240px);
|
margin-top: calc(50vh - 240px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-body {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
.Input___error {
|
.Input___error {
|
||||||
&.group-error {
|
&.group-error {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -213,9 +213,7 @@ export default class CreateUserGroupsModal extends React.PureComponent<Props, St
|
|||||||
}
|
}
|
||||||
|
|
||||||
</Modal.Header>
|
</Modal.Header>
|
||||||
<Modal.Body
|
<Modal.Body>
|
||||||
className='overflow--visible'
|
|
||||||
>
|
|
||||||
<div className='user-groups-modal__content'>
|
<div className='user-groups-modal__content'>
|
||||||
<div className='group-name-input-wrapper'>
|
<div className='group-name-input-wrapper'>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user