Skip to content

Commit

Permalink
Merge pull request #69 from sendbird/luke-cha-patch-1
Browse files Browse the repository at this point in the history
fix: set overflow-y `hidden`
  • Loading branch information
luke-cha authored Nov 27, 2023
2 parents 3c861fa + 826e5b7 commit f1b569d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@
.sendbird-conversation__messages-padding {
padding: 0 16px !important;
}

.sendbird-message-input .sendbird-message-input-text-field {
overflow-y: hidden;
}

0 comments on commit f1b569d

Please sign in to comment.