fix: fix z index
This commit is contained in:
parent
5cda2b90fc
commit
caf761be59
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue