瀏覽代碼

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,