Skip to content

Commit

Permalink
fix: reaction list is now scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Jan 31, 2024
1 parent 2f44cc8 commit d594872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/v2/styles/MessageReactions/MessageReactions-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
display: flex;

.str-chat__message-reactions {
overflow-y: hidden;
overflow-x: auto;
list-style: none;
display: flex;
margin-block-start: var(--str-chat__spacing-0_5);
Expand Down

0 comments on commit d594872

Please sign in to comment.