Fix user group not being properly potitioned (#26608)

* Fix user group not being properly potitioned

* Update comment
Этот коммит содержится в:
Daniel Espino García
2024-03-27 15:45:16 +01:00
коммит произвёл GitHub
родитель eb0d137d14
Коммит 83b7e51b7f

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

@@ -71,6 +71,11 @@ const UserGroupPopover = ({
returnFocus,
searchTerm,
showUserOverlay,
// These props are not passed explictly to this component, but
// they are added when this component is passed as a child to Overlay.
// They are not typed in the component because they will cause more confusion.
...popoverProps
}: Props) => {
const {formatMessage} = useIntl();
@@ -182,6 +187,7 @@ const UserGroupPopover = ({
return (
<Popover
id='user-group-popover'
{...popoverProps}
>
{tabCatcher}
<Body