diff --git a/static/src/app/computed.ts b/static/src/app/computed.ts
index 2eaf3bf..2e3153a 100644
--- a/static/src/app/computed.ts
+++ b/static/src/app/computed.ts
@@ -139,7 +139,7 @@ export const computed = {
return !this.isMobileViewport && this.chatDisplayMode === 'chat';
},
chatContainerStyle() {
- const minHeight = 80;
+ const minHeight = 90;
const raw = Number(this.composerReservedHeight || 0);
const height = Number.isFinite(raw) ? Math.max(minHeight, Math.round(raw)) : minHeight;
const growth = Math.max(0, height - minHeight);
diff --git a/static/src/components/input/InputComposer.vue b/static/src/components/input/InputComposer.vue
index 1e7ea8c..ca3d689 100644
--- a/static/src/components/input/InputComposer.vue
+++ b/static/src/components/input/InputComposer.vue
@@ -185,15 +185,6 @@
+
+