mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 17:13:15 +00:00
(fix/layout) prevent overlap in tab screen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user