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
  • Loading branch information
abhinavkrin authored Dec 4, 2024
1 parent d806d14 commit 6423a2c
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 6423a2c

Please sign in to comment.