mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-04-28 13:00:30 +00:00
fix: z-index sidebar bug
This commit is contained in:
@@ -216,7 +216,7 @@ export default function Conversation() {
|
|||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-1 h-full justify-end ">
|
<div className="flex flex-col gap-1 h-full justify-end ">
|
||||||
{conversationId && queries.length > 0 && (
|
{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 ">
|
<div className="flex mt-2 items-center gap-4 ">
|
||||||
{isMobile && queries.length > 0 && (
|
{isMobile && queries.length > 0 && (
|
||||||
|
|||||||
Reference in New Issue
Block a user