Skip to content

Commit 279393c

Browse files
committed
fix: convo reply box being hidden
1 parent 6e3bf47 commit 279393c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/messages/$convoId.lazy.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,15 @@ function Messages() {
165165
return (
166166
<div className="flex flex-col gap-2 mr-4" ref={ref} style={style}>
167167
{children}
168+
<div className="overflow-anchor-auto h-[1px]" />
168169
</div>
169170
);
170171
}),
171-
Footer: () => <div className="overflow-anchor-auto h-[1px]" />,
172172
}}
173173
/>
174174
</div>
175175
<ReplyBox />
176+
<div className="pb-safe-offset-8 md:pb-0 border-none" />
176177
</div>
177178
</>
178179
);

0 commit comments

Comments
 (0)