Skip to content
Snippets Groups Projects
Unverified Commit eb4881ca authored by Guilherme Jun Grillo's avatar Guilherme Jun Grillo Committed by Diego Sampaio
Browse files

fix: user dropdown menu position on RTL layout (#30490)

parent 851c40c7
No related branches found
No related tags found
No related merge requests found
---
"@rocket.chat/meteor": patch
---
fix: user dropdown menu position on RTL layout
......@@ -24,6 +24,7 @@ const UserMenu = ({ user }: { user: IUser }) => {
<FeaturePreviewOff>
<GenericMenu
icon={<UserAvatarWithStatus />}
placement='bottom-end'
selectionMode='multiple'
sections={sections}
title={t('User_menu')}
......@@ -36,6 +37,7 @@ const UserMenu = ({ user }: { user: IUser }) => {
<GenericMenu
icon={<UserAvatarWithStatusUnstable />}
medium
placement='bottom-end'
selectionMode='multiple'
sections={sections}
title={t('User_menu')}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment