Parcourir la source

disable scrollbar temporarily because of text wrap issues

Dax Raad il y a 3 mois
Parent
commit
b708d0ecec
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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,