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 and ggazzo committed Dec 5, 2024
1 parent 550a0e1 commit accd530
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 accd530

Please sign in to comment.