feat: scroll fixes, z-index
This commit is contained in:
parent
ecbda741d9
commit
97fd10be5d
4 changed files with 14 additions and 9 deletions
|
|
@ -574,7 +574,7 @@ export default function Page() {
|
|||
const sessionID = params.id
|
||||
if (!sessionID) return
|
||||
if (status()?.type !== "idle") {
|
||||
await sdk.client.session.abort({ sessionID }).catch(() => {})
|
||||
await sdk.client.session.abort({ sessionID }).catch(() => { })
|
||||
}
|
||||
const revert = info()?.revert?.messageID
|
||||
// Find the last user message that's not already reverted
|
||||
|
|
@ -1103,7 +1103,7 @@ export default function Page() {
|
|||
>
|
||||
<div class="relative w-full h-full min-w-0">
|
||||
<Show when={isDesktop()}>
|
||||
<div class="absolute inset-0 pointer-events-none z-10">
|
||||
<div class="absolute inset-0 pointer-events-none z-50">
|
||||
<SessionMessageRail
|
||||
messages={visibleUserMessages()}
|
||||
current={activeMessage()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue