mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
chore: generate
This commit is contained in:
parent
aeeb05e4a0
commit
faf2609bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -1537,7 +1537,7 @@ export default function Page() {
|
|||
}}
|
||||
onClick={autoScroll.handleInteraction}
|
||||
class="relative min-w-0 w-full h-full overflow-y-auto session-scroller"
|
||||
style={{ "--session-title-height": (info()?.title || info()?.parentID) ? "40px" : "0px" }}
|
||||
style={{ "--session-title-height": info()?.title || info()?.parentID ? "40px" : "0px" }}
|
||||
>
|
||||
<Show when={info()?.title || info()?.parentID}>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue