From 11911f175cdc46f977e5860b75547a0de0e0a0a2 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Thu, 8 Jun 2017 00:38:16 -0700 Subject: [PATCH] clarify possible values, closes #1496 --- docs/docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration.md b/docs/docs/configuration.md index b768d1af0b..020ad200a3 100644 --- a/docs/docs/configuration.md +++ b/docs/docs/configuration.md @@ -50,7 +50,7 @@ The following keys are recognized: Default: `document.body` -DOM Element, or a CSS selector for a DOM Element, within which the editor's ui elements (i.e. tooltips, etc.) should be confined. Currently, it only considers left and right boundaries. +DOM Element or a CSS selector for a DOM Element, within which the editor's ui elements (i.e. tooltips, etc.) should be confined. Currently, it only considers left and right boundaries. #### debug @@ -84,7 +84,7 @@ Whether to instantiate the editor to read-only mode. Default: `null` -Specifies which container has the scrollbars (i.e. `overflow-y: auto`), if changed with CSS from the default `ql-editor`. Necessary to fix scroll jumping bugs when Quill is set to [auto grow](/playground/#autogrow) its height, and another ancestor container is responsible from the scrolling. +DOM Element or a CSS selector for a DOM Element, specifying which container has the scrollbars (i.e. `overflow-y: auto`), if is has been changed from the default `ql-editor` with custom CSS. Necessary to fix scroll jumping bugs when Quill is set to [auto grow](/playground/#autogrow) its height, and another ancestor container is responsible from the scrolling. #### strict