mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: desktop layout
This commit is contained in:
parent
0303eb0cc1
commit
2da527aaa6
1 changed files with 2 additions and 2 deletions
|
|
@ -423,9 +423,9 @@ export default function Layout(props: ParentProps) {
|
|||
}
|
||||
|
||||
return (
|
||||
<div class="relative flex-1 flex flex-col">
|
||||
<div class="relative flex-1 min-h-0 flex flex-col">
|
||||
<Header navigateToProject={navigateToProject} navigateToSession={navigateToSession} />
|
||||
<div class="h-[calc(100%-3rem)] flex">
|
||||
<div class="flex-1 min-h-0 flex">
|
||||
<div
|
||||
classList={{
|
||||
"relative @container w-12 pb-5 shrink-0 bg-background-base": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue