We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3bf47 commit 279393cCopy full SHA for 279393c
src/routes/messages/$convoId.lazy.tsx
@@ -165,14 +165,15 @@ function Messages() {
165
return (
166
<div className="flex flex-col gap-2 mr-4" ref={ref} style={style}>
167
{children}
168
+ <div className="overflow-anchor-auto h-[1px]" />
169
</div>
170
);
171
}),
- Footer: () => <div className="overflow-anchor-auto h-[1px]" />,
172
}}
173
/>
174
175
<ReplyBox />
176
+ <div className="pb-safe-offset-8 md:pb-0 border-none" />
177
178
</>
179
0 commit comments