Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make trix-editor scrollable #153

Closed
Dineshs91 opened this issue Sep 11, 2016 · 1 comment
Closed

Make trix-editor scrollable #153

Dineshs91 opened this issue Sep 11, 2016 · 1 comment
Assignees

Comments

@Dineshs91
Copy link
Owner

Add the below to fix this issue.

.log.content {
    overflow-y: scroll;
    min-height: 23em;
    max-height: 25em;
}
@Dineshs91 Dineshs91 self-assigned this Sep 11, 2016
@Dineshs91
Copy link
Owner Author

Fixed in 1a61da5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant