bottom padding for chat messages on mobile

This commit is contained in:
Paul Miller
2024-03-27 15:13:00 -05:00
committed by Tony Giorgio
parent 0c51e1b600
commit c5bec8b059

View File

@@ -224,7 +224,7 @@ function MessageList(props: {
return (
<>
<div class="flex flex-col-reverse justify-end gap-4">
<div class="flex flex-col-reverse justify-end gap-4 safe-bottom">
<For each={props.convo}>
{(combined, _index) => (
<>