This commit is contained in:
Ren Amamiya
2023-10-09 15:17:15 +07:00
parent 140b8a47bf
commit 8930300fb5
45 changed files with 606 additions and 740 deletions

View File

@@ -94,7 +94,7 @@ export function ChatScreen() {
</p>
</div>
) : (
<VList ref={listRef} className="scrollbar-hide h-full" mode="reverse">
<VList ref={listRef} className="scrollbar-none h-full" mode="reverse">
{data.map((message) => renderItem(message))}
</VList>
)}