(fix/layout) prevent overlap in tab screen

This commit is contained in:
ManishMadan2882
2025-05-16 01:56:53 +05:30
parent 2855283a2c
commit 7f592f2b35
3 changed files with 7 additions and 8 deletions

View File

@@ -151,7 +151,7 @@ export default function ConversationMessages({
ref={conversationRef}
onWheel={handleUserInterruption}
onTouchMove={handleUserInterruption}
className="flex h-full w-full justify-center overflow-y-auto will-change-scroll sm:pt-12"
className="flex h-full w-full justify-center overflow-y-auto will-change-scroll sm:pt-6 lg:pt-12"
>
{queries.length > 0 && !atLast && (
<button