From 5099a415f962eb5e91906010a9a6a31b69060503 Mon Sep 17 00:00:00 2001 From: Sidney Keese Date: Mon, 26 Oct 2020 17:10:44 -0700 Subject: [PATCH] Allow scroller to be adjusted by quill Co-authored-by: Chris Svenningsen --- stylesheets/_modules.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index b5bbcd904e..37f86adfb2 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -8712,7 +8712,8 @@ button.module-image__border-overlay:focus { &--large { max-height: 227px; - height: 227px; + min-height: 227px; + .DraftEditor-root { height: 227px - 2 * 7px; // subtract padding }