mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 04:14:46 +08:00
fix: fix z index
This commit is contained in:
@@ -125,7 +125,7 @@ export default function ChatPage() {
|
|||||||
thread={thread}
|
thread={thread}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="absolute right-0 bottom-0 left-0 flex justify-center px-4">
|
<div className="absolute right-0 bottom-0 left-0 z-30 flex justify-center px-4">
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"relative w-full",
|
"relative w-full",
|
||||||
@@ -144,7 +144,7 @@ export default function ChatPage() {
|
|||||||
<Welcome />
|
<Welcome />
|
||||||
</div>
|
</div>
|
||||||
<InputBox
|
<InputBox
|
||||||
className={cn("z-30 w-full")}
|
className={cn("w-full")}
|
||||||
autoFocus={isNewThread}
|
autoFocus={isNewThread}
|
||||||
status={thread.isLoading ? "streaming" : "ready"}
|
status={thread.isLoading ? "streaming" : "ready"}
|
||||||
context={settings.context}
|
context={settings.context}
|
||||||
|
|||||||
Reference in New Issue
Block a user