Skip to content

Commit

Permalink
Fixed not being able to scroll down in message preview mode when using (
Browse files Browse the repository at this point in the history
mattermost#7194)

only couple of sentences in edit mode.
  • Loading branch information
sudheerDev authored and coreyhulen committed Aug 22, 2017
1 parent 6b27ae2 commit 1f899c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/sass/layout/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@
&.custom-textarea--emoji-picker {
padding-right: 60px;
}

&.textbox-preview-area {
overflow-y: auto;
}
}

.emoji-picker {
Expand Down

0 comments on commit 1f899c8

Please sign in to comment.