diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx
index b457dab5..1ac6d24d 100644
--- a/frontend/src/conversation/Conversation.tsx
+++ b/frontend/src/conversation/Conversation.tsx
@@ -211,7 +211,7 @@ export default function Conversation() {
};
}, []);
return (
-
+
{conversationId && (
<>
}
-
+
diff --git a/frontend/src/index.css b/frontend/src/index.css
index 2fd780ed..cf90289f 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -429,3 +429,7 @@ template {
padding-left: 36px;
padding-right: 36px;
}
+
+.bottom-safe {
+ bottom: env(safe-area-inset-bottom, 0);
+}