fix(tui): prevent sidebar height from overflowing. (#9689)

This commit is contained in:
Idris Gadi
2026-01-21 02:26:18 +05:30
committed by GitHub
parent 7cf2fd8d6a
commit 4d983c4b77
@@ -73,6 +73,7 @@ export function Sidebar(props: { sessionID: string; overlay?: boolean }) {
<box <box
backgroundColor={theme.backgroundPanel} backgroundColor={theme.backgroundPanel}
width={42} width={42}
height="100%"
paddingTop={1} paddingTop={1}
paddingBottom={1} paddingBottom={1}
paddingLeft={2} paddingLeft={2}