소스 검색

disable scrollbar temporarily because of text wrap issues

Dax Raad 3 달 전
부모
커밋
b708d0ecec
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

+ 1 - 0
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

@@ -684,6 +684,7 @@ export function Session() {
               ref={(r) => (scroll = r)}
               scrollbarOptions={{
                 paddingLeft: 2,
+                visible: false,
                 trackOptions: {
                   backgroundColor: theme.backgroundElement,
                   foregroundColor: theme.border,