From 4036895c36443c26fe109698e5cbea11a478235b Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:51:48 +0200 Subject: [PATCH] followup --- scss/composer.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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;