Ver Fonte

disable scrollbar temporarily because of text wrap issues

Dax Raad há 3 meses atrás
pai
commit
b708d0ecec

+ 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,