Skip to content

Commit

Permalink
Add scrollbar to trix-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dineshs91 committed Sep 11, 2016
1 parent aaf1907 commit 1a61da5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ span.title {
padding: 1.2rem 0 0 2rem;
}
.log.content {
height: 23em;
overflow-y: scroll;
min-height: 23em;
max-height: 25em;
}
.save-status {
height: 1em;
Expand Down
4 changes: 3 additions & 1 deletion app/css/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ span.title {
}

.log.content {
height: 23em;
overflow-y: scroll;
min-height: 23em;
max-height: 25em;
}

.save-status {
Expand Down

0 comments on commit 1a61da5

Please sign in to comment.