From 1a61da53587bc52281ddb473e88e4aa7b43ff5d9 Mon Sep 17 00:00:00 2001 From: dinesh Date: Mon, 12 Sep 2016 00:21:52 +0530 Subject: [PATCH] Add scrollbar to trix-editor --- app/css/index.css | 4 +++- app/css/index.less | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/css/index.css b/app/css/index.css index 333de5e..89cb1db 100644 --- a/app/css/index.css +++ b/app/css/index.css @@ -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; diff --git a/app/css/index.less b/app/css/index.less index a451dec..f2ffed6 100644 --- a/app/css/index.less +++ b/app/css/index.less @@ -87,7 +87,9 @@ span.title { } .log.content { - height: 23em; + overflow-y: scroll; + min-height: 23em; + max-height: 25em; } .save-status {