diff --git a/static/text-editor-light.less b/static/text-editor-light.less index f9aad59e2..43902c97b 100644 --- a/static/text-editor-light.less +++ b/static/text-editor-light.less @@ -12,6 +12,7 @@ atom-text-editor[mini] { font-size: @input-font-size; line-height: @component-line-height; max-height: @component-line-height + 2; // +2 for borders + overflow: auto; } atom-overlay {