mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
fix: z-index sidebar bug
This commit is contained in:
@@ -216,7 +216,7 @@ export default function Conversation() {
|
||||
return (
|
||||
<div className="flex flex-col gap-1 h-full justify-end ">
|
||||
{conversationId && queries.length > 0 && (
|
||||
<div className="absolute top-4 right-20 z-20 ">
|
||||
<div className="absolute top-4 right-20 z-10 ">
|
||||
{' '}
|
||||
<div className="flex mt-2 items-center gap-4 ">
|
||||
{isMobile && queries.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user