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 43224d5
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 which caused action menu to be clipped in moderation page on smaller screens for better usability.
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 43224d5

Please sign in to comment.