mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-10 12:21:02 +00:00
fix(tui): prevent sidebar height from overflowing. (#9689)
This commit is contained in:
parent
7eb724f4e9
commit
e83c01ad36
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ export function Sidebar(props: { sessionID: string; overlay?: boolean }) {
|
|||
<box
|
||||
backgroundColor={theme.backgroundPanel}
|
||||
width={42}
|
||||
height="100%"
|
||||
paddingTop={1}
|
||||
paddingBottom={1}
|
||||
paddingLeft={2}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue