disable scrollbar temporarily because of text wrap issues

This commit is contained in:
Dax Raad
2025-11-07 12:31:28 -05:00
parent afb831c93c
commit b708d0ecec

View File

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