(conversation) makes overflow auto

This commit is contained in:
ManishMadan2882
2024-05-08 16:17:16 +05:30
parent f9c9853102
commit afb18a3e4d

View File

@@ -134,7 +134,7 @@ export default function Conversation() {
<div
onWheel={handleUserInterruption}
onTouchMove={handleUserInterruption}
className="flex w-full justify-center p-4 h-[86vh] overflow-y-scroll"
className="flex w-full justify-center p-4 h-[86vh] overflow-y-auto"
>
{queries.length > 0 && !hasScrolledToLast && (
<button