Allow scroller to be adjusted by quill
Co-authored-by: Chris Svenningsen <chris@carbonfive.com>
This commit is contained in:
parent
cb9a7f79d1
commit
5099a415f9
1 changed files with 2 additions and 1 deletions
|
@ -8712,7 +8712,8 @@ button.module-image__border-overlay:focus {
|
||||||
|
|
||||||
&--large {
|
&--large {
|
||||||
max-height: 227px;
|
max-height: 227px;
|
||||||
height: 227px;
|
min-height: 227px;
|
||||||
|
|
||||||
.DraftEditor-root {
|
.DraftEditor-root {
|
||||||
height: 227px - 2 * 7px; // subtract padding
|
height: 227px - 2 * 7px; // subtract padding
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue