Allow scroller to be adjusted by quill

Co-authored-by: Chris Svenningsen <chris@carbonfive.com>
This commit is contained in:
Sidney Keese 2020-10-26 17:10:44 -07:00 committed by Evan Hahn
parent cb9a7f79d1
commit 5099a415f9

View file

@ -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
}