diff --git a/scss/composer.scss b/scss/composer.scss index 6e40596..998f93e 100644 --- a/scss/composer.scss +++ b/scss/composer.scss @@ -162,9 +162,13 @@ #reply-control { background: var(--secondary); - top: 0; - transform: none; - height: 100dvh; + + &.open { + top: 0; + transform: none; + height: 100dvh; + max-height: unset; + } .title-input { order: 1;