Skip to content

Commit

Permalink
fix: action menu clipped in moderation page on small height screens
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Kumar <[email protected]>
  • Loading branch information
abhinavkrin committed Dec 2, 2024
1 parent a11f41e commit b424d41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-guests-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes an issue where dropdown menus were clipped or hidden inside constrained containers.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const ModerationConsoleActions = ({ report, onClick }: Omit<ModerationConsoleRow
<>
<GenericMenu
title={t('Options')}
detached
sections={[
{
items: [
Expand Down

0 comments on commit b424d41

Please sign in to comment.