Преглед на файлове

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,