(conversation) makes overflow auto

pull/942/head
ManishMadan2882 4 weeks ago
parent f9c9853102
commit afb18a3e4d

@ -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

Loading…
Cancel
Save